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 4.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-4.0.0.tar.gz | 11.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytube_dlp-4.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:26.1 kB
Release files / mytube_dlp-4.0.0.tar.gz
| Download URL | mytube_dlp-4.0.0.tar.gz |
|---|---|
| Size | 11.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
87c0889099e2056cc5d7bc6119cd6d6dc9b482d4178cc229ad00007eb62131d7
|
|
BLAKE2b-256 checksum How to use checksums |
8e9b74d9925dcd25b5127e70b1d32ee315f0e18bc0723833ff9184378fa1b3fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / mytube_dlp-4.0.0-py3-none-any.whl
| Download URL | mytube_dlp-4.0.0-py3-none-any.whl |
|---|---|
| Size | 14.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7f48b12059552407367f540d31fd20a78a062be2c5bbcc66c754b8e8f556dfa7
|
|
BLAKE2b-256 checksum How to use checksums |
37153e5cdb410887b3eeb85a681770b2cce01e4aff51cf739b26f81a4cdaf47b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|