Yanked
This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 4.0.2 instead.
Reason given by maintainers: critical bug
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.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-3.1.0.tar.gz | 10.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytube_dlp-3.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:25.1 kB
Release files / mytube_dlp-3.1.0.tar.gz
| Download URL | mytube_dlp-3.1.0.tar.gz |
|---|---|
| Size | 10.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
060d031ce37449a77739dfb2259f2a952aeed8f6fe73e1e1cc11b7d5352de71a
|
|
BLAKE2b-256 checksum How to use checksums |
178a89019dafc0e68eed49e742101bce3512d920665027cb159a73c0e2cbba3d
|
| 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.0-py3-none-any.whl
| Download URL | mytube_dlp-3.1.0-py3-none-any.whl |
|---|---|
| Size | 14.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f4d3e98f2c2583a396718a726372d57e2b1b99611780f8f7bd25b65341b6c458
|
|
BLAKE2b-256 checksum How to use checksums |
e290a0fc7bce2ba09c26070042d6bfbc8fc859d19096784ce66fab4ea42610ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|