ㅤ
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.53.tar.gz
(10.2 kB
view details)
Built Distribution
utubes-0.0.53-py3-none-any.whl
(14.5 kB
view details)
File details
Details for the file utubes-0.0.53.tar.gz
.
File metadata
- Download URL: utubes-0.0.53.tar.gz
- Upload date:
- Size: 10.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 | bed5cf9e9baad8bd89eb127bace0d547adcc8a44d33d4e555d4422b1ffe1f765 |
|
MD5 | 136ebcb38083b57718c074a2d9c6ffc2 |
|
BLAKE2b-256 | c6696c92844ff940d87b6a94ede2aa6a52876b6fb8210bacd8157bf27e33c7ef |
File details
Details for the file utubes-0.0.53-py3-none-any.whl
.
File metadata
- Download URL: utubes-0.0.53-py3-none-any.whl
- Upload date:
- Size: 14.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 | dad47bcf2608eb661f8e8e8d1b5df77baa8ed7a901749d778846034ec096aa95 |
|
MD5 | bcc56392f30c8237852ecdc6be5ffdb0 |
|
BLAKE2b-256 | 1e7bcf54b4813a55a6195f7adb5322fea9e1fd717615d6c04d478ccd1088dc26 |