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.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.6.0.tar.gz | 10.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MyTube_dlp-1.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:23.2 kB
Release files / mytube_dlp-1.6.0.tar.gz
| Download URL | mytube_dlp-1.6.0.tar.gz |
|---|---|
| Size | 10.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e0eadfd480d9702e5f048bad61732a163ca7bba63f597e03847d67df6ce329a7
|
|
BLAKE2b-256 checksum How to use checksums |
ab2238c0e5be058b4213bd2d46c69e239b0c716a1f046d25d485e67ef4eb2a68
|
| 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.0-py3-none-any.whl
| Download URL | MyTube_dlp-1.6.0-py3-none-any.whl |
|---|---|
| Size | 12.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d017707ae61e06bdfc40a76cca0cacb5119f1a2cd9efdbf4269633c865cc17ab
|
|
BLAKE2b-256 checksum How to use checksums |
008ba008cea74048ba67a1cf9ea594f7d75709ac7a3d18e6204495874c55f01b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|