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.1.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-2.1.0.tar.gz | 10.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytube_dlp-2.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:24.5 kB
Release files / mytube_dlp-2.1.0.tar.gz
| Download URL | mytube_dlp-2.1.0.tar.gz |
|---|---|
| Size | 10.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a8ad8945edef99a797c85cd71ded573c63069f5224f6fae4e8a41d018659d505
|
|
BLAKE2b-256 checksum How to use checksums |
60f3e449b58332e4b1a99c75d128e9ed86891b0c9aa1397fab17cf5257e7eba1
|
| 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.1.0-py3-none-any.whl
| Download URL | mytube_dlp-2.1.0-py3-none-any.whl |
|---|---|
| Size | 13.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3aeaa15d3022979237ac6575d0f0b73bafc90e854408e2a24974ff12267b7ef9
|
|
BLAKE2b-256 checksum How to use checksums |
dd32e0870ec822286eccbb9ed50886202cc0209868719be2fcf09d00fd23250b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.6
|