Skip to main content

Allows you to asynchronously download Youtube_dl.

Project description

youtubedown

PYTHON

Asynchronous download using a simple created youtube_dl.

Required: ffmpeg

testing python version 3.8

Asynchronous

import asyncio
from youtubedown import asyncDown


async def main():
    Main = await asyncDown.lookup(title="My Songs title or url", path="./music_folder/music", format="mp3") # path = music_folder in music.mp3
    download = await Main.download() #return json and install mp3 file

asyncio.run(main())

Examples of source codes can be found through "Click".

An example of a return value can be found through "Click".

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

youtubedown-1.0.8.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

youtubedown-1.0.8-py3-none-any.whl (4.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