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: deprecated
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.2.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.2.0.tar.gz | 11.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytube_dlp-3.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:26.1 kB
Release files / mytube_dlp-3.2.0.tar.gz
| Download URL | mytube_dlp-3.2.0.tar.gz |
|---|---|
| Size | 11.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2d23d9a2dbde1ee22321404c98acf6ee0a43ae86b7415e6a3014d0063de14871
|
|
BLAKE2b-256 checksum How to use checksums |
103f5fe813f16c9f94c5477ef5d11a56d25d44322b94b627098608d4864d4f8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / mytube_dlp-3.2.0-py3-none-any.whl
| Download URL | mytube_dlp-3.2.0-py3-none-any.whl |
|---|---|
| Size | 14.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
079586e6fdb808b1fcd8f1c9e1bea229c6bcfe1d420b7c69e405c54cf37d70f7
|
|
BLAKE2b-256 checksum How to use checksums |
a06206b9a9674e19923e9df5df64096990844d6c1bb70a943d56c417c95d06a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|