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.2
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.2.tar.gz | 12.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytube_dlp-4.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:27.3 kB
Release files / mytube_dlp-4.0.2.tar.gz
| Download URL | mytube_dlp-4.0.2.tar.gz |
|---|---|
| Size | 12.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3d8b23b9f3be1cf517ea265e64a6e278b718117c7211c508ddb2a5dec9a7d172
|
|
BLAKE2b-256 checksum How to use checksums |
ba862feb3c50e1958b17492a0c9a1c3b6379767a724ed4190a36707397c5093d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Release files / mytube_dlp-4.0.2-py3-none-any.whl
| Download URL | mytube_dlp-4.0.2-py3-none-any.whl |
|---|---|
| Size | 14.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4f4c903ceec7294d0aaf1b8fde8b7b0dd91539742fe8cbdf563d44e2cc984295
|
|
BLAKE2b-256 checksum How to use checksums |
0970465dbc51920ddad22c7af3455d54c04e7046e2d3075c8c82221d755cec56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|