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())
💲Donate
|
|
Donatello |
|
|
Donation Alerts |
Release files for mytube-dlp 1.3.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-1.3.1.tar.gz | 8.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| MyTube_dlp-1.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:18.1 kB
Release files / MyTube-dlp-1.3.1.tar.gz
| Download URL | MyTube-dlp-1.3.1.tar.gz |
|---|---|
| Size | 8.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
658c5e93fe43b1d7e884b33b7398f65506ae5bdc36fd8aa46af913a0cab6bfb2
|
|
BLAKE2b-256 checksum How to use checksums |
c10c5b362591a0bdae63d675458cd3bcde2d615cb6a9c6d2d734c6410e13be51
|
| 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.3.1-py3-none-any.whl
| Download URL | MyTube_dlp-1.3.1-py3-none-any.whl |
|---|---|
| Size | 9.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9c1ed8e8a4d0190bf397b9351da330c2b8a793d067d6a086e2d6451d584ca1cd
|
|
BLAKE2b-256 checksum How to use checksums |
13b1a93a4194456c63a5f837cac6dbe3dcf9615213726645eaaea3c6d95d6fba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|