Allows you to asynchronously download Youtube_dl.
Project description
youtubedown
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file youtubedown-1.0.8.tar.gz.
File metadata
- Download URL: youtubedown-1.0.8.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4165bd859cb490948c4f06140220584d9357b7e2683fb2b872a0503cd90787f7
|
|
| MD5 |
c138347b4142acd334932b0aa2d0872c
|
|
| BLAKE2b-256 |
28896bc074ae7d150d0f45e1cf55b27ec0506dd2efa6c793c57595ae73660b65
|
File details
Details for the file youtubedown-1.0.8-py3-none-any.whl.
File metadata
- Download URL: youtubedown-1.0.8-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80f9706e36fe93951d6ace1ec74ddebea9bc8abfd786d1680e62ac1fe31a0cd1
|
|
| MD5 |
0f4fd63efe8f284290a29d1031c2bc70
|
|
| BLAKE2b-256 |
91afbb6629f1a7b6fe20284dbcbd7c786a0a45201490b3481ca75c5fee6de4cb
|