ㅤ
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.50.tar.gz
(14.2 kB
view details)
Built Distribution
utubes-0.0.50-py3-none-any.whl
(18.5 kB
view details)
File details
Details for the file utubes-0.0.50.tar.gz
.
File metadata
- Download URL: utubes-0.0.50.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 426b35bbf8dcb4236fc9d9f2a4745d93e094866dfd3c8ada38f22173175cde14 |
|
MD5 | 94b9a19c1215f66677ef9f53961f2252 |
|
BLAKE2b-256 | 3b98ac4a6b634dcdc295b1acb38b4909f4c79e78acf5f67be938e2a016fcdf9a |
File details
Details for the file utubes-0.0.50-py3-none-any.whl
.
File metadata
- Download URL: utubes-0.0.50-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 678d47af826048049cebbf5b667888cc581a8a2c5263d9db9b7a0a457d795f46 |
|
MD5 | 9b1812d590a64c08731c42f777a1b55d |
|
BLAKE2b-256 | 7e10ced6bf94c869ee9f238bfad6c18edfa9e23f6c50c6c7ace4087633e2e79e |