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 3.1.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-3.1.1.tar.gz | 10.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytube_dlp-3.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:25.1 kB
Release files / mytube_dlp-3.1.1.tar.gz
| Download URL | mytube_dlp-3.1.1.tar.gz |
|---|---|
| Size | 10.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
279ccc9984b517dcb1d0f11c0f1562890b617906b0b7d5a90bb82322f386ddd2
|
|
BLAKE2b-256 checksum How to use checksums |
34f7fa192a48a502198861d36c561efb5bc9cbfbdcf8bbee07a00ec27f33e127
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / mytube_dlp-3.1.1-py3-none-any.whl
| Download URL | mytube_dlp-3.1.1-py3-none-any.whl |
|---|---|
| Size | 14.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a6b7e8a4950e13bc956b5db1aea156cd034b85a66ac87f6f2e32a264506e2736
|
|
BLAKE2b-256 checksum How to use checksums |
e3711bb1b632b4b4147d3fcd10f2a71bda45ebf616a200a28d2aa0bf32ffe41c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|