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())
Release files for mytube-dlp 1.0.1
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.0.1.tar.gz | 7.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MyTube_dlp-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:16.1 kB
Release files / MyTube-dlp-1.0.1.tar.gz
| Download URL | MyTube-dlp-1.0.1.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f5a730c252a0afe2f5d23d017907e43f4a5a34e15a19bbc1d92cec068a692a3b
|
|
BLAKE2b-256 checksum How to use checksums |
0d95ce2fd1cf52c93ecd202acc3b61ce55d9eca665f5758ef7f6b67d30882fa0
|
| 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.0.1-py3-none-any.whl
| Download URL | MyTube_dlp-1.0.1-py3-none-any.whl |
|---|---|
| Size | 8.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0c1aef716a71e1bba8c57a59deb0de711b792f7cb7b268500510c66e6ed8d1fb
|
|
BLAKE2b-256 checksum How to use checksums |
ba62e3417c9cbac345f7edf3804271c743c7ea02bafcc7c065f981b2678ad53b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|