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 2.0.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-2.0.1.tar.gz | 10.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytube_dlp-2.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:24.0 kB
Release files / mytube_dlp-2.0.1.tar.gz
| Download URL | mytube_dlp-2.0.1.tar.gz |
|---|---|
| Size | 10.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8bdb91c455ebcf1b5948aae9d30d4b58f45ac27dc9443fe6a51a8c0eddf6f106
|
|
BLAKE2b-256 checksum How to use checksums |
876133ac4e2b7808e80783535e6f05f2bc517290e3b8311ea3e839f1884d6db5
|
| 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-2.0.1-py3-none-any.whl
| Download URL | mytube_dlp-2.0.1-py3-none-any.whl |
|---|---|
| Size | 13.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a8b0b497087d11e3daee481a4667edc9588c4e8927ec2678f91fdbec7f64dfa9
|
|
BLAKE2b-256 checksum How to use checksums |
56ce4d2a396d064b5aa54f0bc4e63a32bd7f30cbcb10edcd907ee429b4bebe59
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.6
|