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.2
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.2.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MyTube_dlp-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:16.2 kB
Release files / MyTube-dlp-1.0.2.tar.gz
| Download URL | MyTube-dlp-1.0.2.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
78c653b26d3571e7267a099032412b1440fec2c5e031d159b0926fad3d017e9d
|
|
BLAKE2b-256 checksum How to use checksums |
af959eb5be3cb4f582cce10d3d8f9b9ef6c788637ee4f1a7991627e4cbd375d9
|
| 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.2-py3-none-any.whl
| Download URL | MyTube_dlp-1.0.2-py3-none-any.whl |
|---|---|
| Size | 8.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
69544cd140c28d2f02a3d4380b643dfa6aaaec8ca987d04bb534fd0815e8e5d9
|
|
BLAKE2b-256 checksum How to use checksums |
948f9541d572dede0f788622b807090fe20c0e8a6da96a904b487d06e1f59170
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|