MyTube
MyTube is a wrapper around yt-dlp that is similar in functionality to pytube.
I made it because I was tired of pytube being unstable and throwing errors over time.
Requirements:
- FFMPEG installed in $PATH
Quick Start
pip install MyTube_dlp
import MyTube
import asyncio
async def main():
link = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
yt = MyTube.YouTube(link)
stream = yt.streams.filter(only_muxed=True).order_by("res").first()
file = await stream.download("downloads")
asyncio.run(main())
See also:
💲Donate
|
|
Donatello |
|
|
Donation Alerts |
Release files for mytube-dlp 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mytube_dlp-2.0.0.tar.gz | 10.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytube_dlp-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:23.6 kB
Release files / mytube_dlp-2.0.0.tar.gz
| Download URL | mytube_dlp-2.0.0.tar.gz |
|---|---|
| Size | 10.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9123fc00c98afcd09b72c061f77dbe7672e377a45b0dec8d61fb66135b455a7e
|
|
BLAKE2b-256 checksum How to use checksums |
815f6f940cedb4ea6e4581a738afc636bd293aa324978fed53d7f099f966c03d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.6
|
Release files / mytube_dlp-2.0.0-py3-none-any.whl
| Download URL | mytube_dlp-2.0.0-py3-none-any.whl |
|---|---|
| Size | 13.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
832bddd689ade6cb1b68f4f74dfe384ec298b65dae6eb55f4ed3761670617ca3
|
|
BLAKE2b-256 checksum How to use checksums |
9e1920ee48ed3d4247a80bc5b2167f596c6172decbf1b6d27e8fee4820931a20
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.6
|