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())
Release files for mytube-dlp 1.3.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-1.3.0.tar.gz | 8.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MyTube_dlp-1.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:17.8 kB
Release files / MyTube-dlp-1.3.0.tar.gz
| Download URL | MyTube-dlp-1.3.0.tar.gz |
|---|---|
| Size | 8.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
edfc679dc29b650bfd613ede0266547d64c5849caf7ad75009a60fb5cc975fa1
|
|
BLAKE2b-256 checksum How to use checksums |
a0db2e53df609faf67c50d542aa73b8febed133eeffdacc527a4f7a658d7fd97
|
| 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.3.0-py3-none-any.whl
| Download URL | MyTube_dlp-1.3.0-py3-none-any.whl |
|---|---|
| Size | 9.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fa60d5a34efcab50b6f67c537ec52aafbe3fdfcee0d93c421e88507d2790f66a
|
|
BLAKE2b-256 checksum How to use checksums |
a57b0839279c68c55788bd0b1e86c5f3167510a3de33fd9df4dd56bcfcf0bfd2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|