Allows you to asynchronously download and search 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", nick="music")
download = await Main.download() #return json and install mp3 file
search = await Main.search() #retrun json
asyncio.run(main())
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.2.tar.gz
(2.8 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.2.tar.gz.
File metadata
- Download URL: youtubedown-1.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d5fd41115e87522de4e5a56c5e85f22df2ac746000ae63d3fc929ee3f098aa3
|
|
| MD5 |
a013922a4a28983686776d23118fe9c1
|
|
| BLAKE2b-256 |
5fafe81e91faeff82220c5ee99f1afc0539fa9db4cad24d6807e62656fe428be
|
File details
Details for the file youtubedown-1.0.2-py3-none-any.whl.
File metadata
- Download URL: youtubedown-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d04523482ed49534957122cec6268ca9463149adff97f91533822912fb4b1537
|
|
| MD5 |
99316fb10c1604271c0b5c4cc8efb75b
|
|
| BLAKE2b-256 |
2608eb4b52844674d2f970bdfd656f372cbd967f96d79f83bef09742a517c7c4
|