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 1.4.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-1.4.0.tar.gz | 8.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MyTube_dlp-1.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:18.9 kB
Release files / MyTube-dlp-1.4.0.tar.gz
| Download URL | MyTube-dlp-1.4.0.tar.gz |
|---|---|
| Size | 8.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4cd54e185207ee34bb5f3b6c32dc2e80034dc26451e26cfb8b36c405b5e358dc
|
|
BLAKE2b-256 checksum How to use checksums |
2182e500bb9601e5728ed0d78c5fb7a189e4080fc3f8739eddf7644898867e5e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / MyTube_dlp-1.4.0-py3-none-any.whl
| Download URL | MyTube_dlp-1.4.0-py3-none-any.whl |
|---|---|
| Size | 10.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
99d0376f7146a38d1f7ffbbf5accef98a4acb39024084a21ccaf1437fc2c2f6b
|
|
BLAKE2b-256 checksum How to use checksums |
994c34a6519f76fa87f480579ac2d30e4400d754ba8501a07867d32c86696bc9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|