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.3
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.3.tar.gz | 9.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MyTube_dlp-1.5.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:21.9 kB
Release files / mytube_dlp-1.5.3.tar.gz
| Download URL | mytube_dlp-1.5.3.tar.gz |
|---|---|
| Size | 9.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
676e77856cf4e9b39bcabf5e1a6c9c3afd7301347010ce98d6c50807feba9869
|
|
BLAKE2b-256 checksum How to use checksums |
f729c755af7981cf74ed312793cec51d8ca3e3afa34d8d25e9c4bb2c396f7691
|
| 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.3-py3-none-any.whl
| Download URL | MyTube_dlp-1.5.3-py3-none-any.whl |
|---|---|
| Size | 12.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ec0b92ce83a1c35558f11ce766ac4adb9c4fd4244a9789505b3e6b715667953d
|
|
BLAKE2b-256 checksum How to use checksums |
a21dc4a16c2fdb5c4b6b5b7beaa560a37f8af04c618c8e578dfdd93a13edc74d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|