Skip to main content

Project description

📦 YOUTUBE EXTENSIONS

USAGE

async def main():
    # EXAMPLE USAGE OF METHODS
    filelink = "YOUR VIDEO LINK"
    commands = {"quiet": True, "no_warnings": True}

    # CALL METHODS USING AWAIT
    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.26.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

utubes-0.0.26-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

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