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 4.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-4.0.1.tar.gz | 11.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytube_dlp-4.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:26.2 kB
Release files / mytube_dlp-4.0.1.tar.gz
| Download URL | mytube_dlp-4.0.1.tar.gz |
|---|---|
| Size | 11.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
20f98b3c157eda1f703d7e11c320d4a4bf71e1cf035e14c0b1e88ee2a7f62607
|
|
BLAKE2b-256 checksum How to use checksums |
2fe011df93e1af5bafd7f96a73529c65469edf591d3fc9d702e3aa740345a58a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / mytube_dlp-4.0.1-py3-none-any.whl
| Download URL | mytube_dlp-4.0.1-py3-none-any.whl |
|---|---|
| Size | 14.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
37f00d0439dc0d9f367da20e6babe9deedd40c5edfa3a650043fa7337d3bd976
|
|
BLAKE2b-256 checksum How to use checksums |
4fa491eddea931ca4993eaa9fa7965c9b2580496e4712675a03f4f457666885e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|