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 1.5.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-1.5.1.tar.gz | 9.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MyTube_dlp-1.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:21.7 kB
Release files / MyTube-dlp-1.5.1.tar.gz
| Download URL | MyTube-dlp-1.5.1.tar.gz |
|---|---|
| Size | 9.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1388f3dd9ba5b8ead4288c449669b1305af03ad8fc1650091216e1dd3b304135
|
|
BLAKE2b-256 checksum How to use checksums |
2691f8b008c7b8b8bebacab09bb909cc7741ffa46f193c233bdf15d0eee49389
|
| 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.5.1-py3-none-any.whl
| Download URL | MyTube_dlp-1.5.1-py3-none-any.whl |
|---|---|
| Size | 12.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6d81097b093f3cb6426e92cf95c2a64abeb5ab0c1adada06ba4551bb2be43225
|
|
BLAKE2b-256 checksum How to use checksums |
9d5618d510217f3f0f39d42acbf74697f05464a05019869ae1673325e991b8ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|