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.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-3.0.1.tar.gz | 10.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytube_dlp-3.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:24.7 kB
Release files / mytube_dlp-3.0.1.tar.gz
| Download URL | mytube_dlp-3.0.1.tar.gz |
|---|---|
| Size | 10.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
abb642b97acf3fbe2ae5104d726b3f03b6850d26f62e75337626f0a20cabe991
|
|
BLAKE2b-256 checksum How to use checksums |
51faa042e737efa626e85ac4de75543aff2b2f60e8eb8caedef7b1589b9dcdea
|
| 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.0.1-py3-none-any.whl
| Download URL | mytube_dlp-3.0.1-py3-none-any.whl |
|---|---|
| Size | 14.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3ae7506c93b140eb86110a63fce2f280d02a45da0400dfd86d575a053ea4b53a
|
|
BLAKE2b-256 checksum How to use checksums |
b4ccd1ab91b9aaed68867073f8eb9d4e6fb4e80e80665fd68d916d0e61b74077
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|