ㅤ
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.52.tar.gz
(14.3 kB
view details)
Built Distribution
utubes-0.0.52-py3-none-any.whl
(18.7 kB
view details)
File details
Details for the file utubes-0.0.52.tar.gz
.
File metadata
- Download URL: utubes-0.0.52.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cafc08c4cd5772b64009765c22022b61e9e5dd8e02dfcb8cba1b47901b475157 |
|
MD5 | f190ad55de53a9aee6f91ef69db9ed22 |
|
BLAKE2b-256 | f0b7509e3937489ad704b552b6f37b3f6b515f4023721766696abc6ab4aa278f |
File details
Details for the file utubes-0.0.52-py3-none-any.whl
.
File metadata
- Download URL: utubes-0.0.52-py3-none-any.whl
- Upload date:
- Size: 18.7 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 | 82cc4bc599483a5cd2a49682dcecce214e327a02614c05a1851586e49567c989 |
|
MD5 | aa710a062493c78629b61e26d7da399a |
|
BLAKE2b-256 | 449436b445b1e1ae504f6350267fe3cd259a5e99cc4fbde112da850ef85c7556 |