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 3.0.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-3.0.0.tar.gz | 10.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytube_dlp-3.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:24.9 kB
Release files / mytube_dlp-3.0.0.tar.gz
| Download URL | mytube_dlp-3.0.0.tar.gz |
|---|---|
| Size | 10.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
470769f600aca63d3b086ac2bbc507d9b1d51d462bb80ee2142da680a89c547e
|
|
BLAKE2b-256 checksum How to use checksums |
c7f722b549158c7b93e8f3b310502844f4664ea40512eda1b79f7179efbd9463
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.6
|
Release files / mytube_dlp-3.0.0-py3-none-any.whl
| Download URL | mytube_dlp-3.0.0-py3-none-any.whl |
|---|---|
| Size | 14.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
78bec92d8e09fb4c084bb924265ae5f7a2d768fc31d7612f7b6700284bcae5e1
|
|
BLAKE2b-256 checksum How to use checksums |
e5bdd11b18d88dca8603569b47209cfd84afa6e69c97d71c7af8d046dbb8d6f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.6
|