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.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-1.2.0.tar.gz | 8.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MyTube_dlp-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:17.6 kB
Release files / MyTube-dlp-1.2.0.tar.gz
| Download URL | MyTube-dlp-1.2.0.tar.gz |
|---|---|
| Size | 8.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
addccc903ee20355edcf5ae68186924f4a1062908516fdc5b40511f96c07a45c
|
|
BLAKE2b-256 checksum How to use checksums |
b52ce797808663e9d7c913685c957cf17ed38c98bf84a2e0c6b9d94291b4e1b2
|
| 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.2.0-py3-none-any.whl
| Download URL | MyTube_dlp-1.2.0-py3-none-any.whl |
|---|---|
| Size | 9.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
45a9967d1c6e6d8b232f5963754f7c8c138976b2e69dd114bd539a92b41b9190
|
|
BLAKE2b-256 checksum How to use checksums |
0442e406927d492698364e134bee4f79463fd2ecf5b541782776b0d570652116
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|