Skip to main content

Project description

📦 UTUBES

USAGE

import asyncio
from Utubes.functions import DownloadER

async def main():
    filelink = "https://example.utubes"
    commands = {"quiet": True, "no_warnings": True}
    metadata_result = await DownloadER.metadata(filelink, commands)
    extinfos_result = await DownloadER.extracts(filelink, commands)
    filename_result = await DownloadER.filename(filelink, commands)
    print(metadata_result.result) # metadata_result.errors
    print(extinfos_result.result) # extinfos_result.errors
    print(filename_result.result) # filename_result.errors
    # DO SOMETHING WITH THE RESULTS

asyncio.run(main())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

utubes-0.0.53.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

utubes-0.0.53-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

Details for the file utubes-0.0.53.tar.gz.

File metadata

  • Download URL: utubes-0.0.53.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for utubes-0.0.53.tar.gz
Algorithm Hash digest
SHA256 bed5cf9e9baad8bd89eb127bace0d547adcc8a44d33d4e555d4422b1ffe1f765
MD5 136ebcb38083b57718c074a2d9c6ffc2
BLAKE2b-256 c6696c92844ff940d87b6a94ede2aa6a52876b6fb8210bacd8157bf27e33c7ef

See more details on using hashes here.

File details

Details for the file utubes-0.0.53-py3-none-any.whl.

File metadata

  • Download URL: utubes-0.0.53-py3-none-any.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for utubes-0.0.53-py3-none-any.whl
Algorithm Hash digest
SHA256 dad47bcf2608eb661f8e8e8d1b5df77baa8ed7a901749d778846034ec096aa95
MD5 bcc56392f30c8237852ecdc6be5ffdb0
BLAKE2b-256 1e7bcf54b4813a55a6195f7adb5322fea9e1fd717615d6c04d478ccd1088dc26

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page