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.6.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.6.1.tar.gz | 10.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MyTube_dlp-1.6.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:23.4 kB
Release files / mytube_dlp-1.6.1.tar.gz
| Download URL | mytube_dlp-1.6.1.tar.gz |
|---|---|
| Size | 10.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
17770744fd67a563fc1c1066cb23b42024a82af99eda4fdc83fbccc4c0a2ff2d
|
|
BLAKE2b-256 checksum How to use checksums |
68e014a3c2a23b575e7d0ceab53fd62bcf74e8d306fa5941ed28523858763f99
|
| 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.6.1-py3-none-any.whl
| Download URL | MyTube_dlp-1.6.1-py3-none-any.whl |
|---|---|
| Size | 13.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e1f9c31434fd95b18b515c00c0d964350de1cfd6992b63c8cd6bb929bc2ca384
|
|
BLAKE2b-256 checksum How to use checksums |
733157b2d207114bfeed0163b3286c00fd1c76f7b1a34084c8bca1a672c377ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|