ㅤ
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.51.tar.gz
(14.3 kB
view details)
Built Distribution
utubes-0.0.51-py3-none-any.whl
(18.7 kB
view details)
File details
Details for the file utubes-0.0.51.tar.gz
.
File metadata
- Download URL: utubes-0.0.51.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 | aa616ce9f1a60b107ea2352e408edd2c33d53b926a65a53203209420a40166a2 |
|
MD5 | f90b0f392ab4d8473d16c4e496fe8632 |
|
BLAKE2b-256 | 0a3cecd1a97c750c1de37c11c07a3dc8f44bd7fce2a69c266823bc6e9d14d53d |
File details
Details for the file utubes-0.0.51-py3-none-any.whl
.
File metadata
- Download URL: utubes-0.0.51-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 | 457b626c47bd8b9ef985d65b8b2165d1eb9cee9477a0fa190682a4a5ec973105 |
|
MD5 | fa350d89b26c7933de4d20dbce6c3e1e |
|
BLAKE2b-256 | 6822925023a220c61bd1dfebb8f4b32063688c0b6dc92ea3356a314fb1eaef09 |