Python YouTube Downloader
Project description
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 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mytube_dlp-2.1.0.tar.gz
(10.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mytube_dlp-2.1.0.tar.gz.
File metadata
- Download URL: mytube_dlp-2.1.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8ad8945edef99a797c85cd71ded573c63069f5224f6fae4e8a41d018659d505
|
|
| MD5 |
c5f7e942afac8d45d034bad1de594d65
|
|
| BLAKE2b-256 |
60f3e449b58332e4b1a99c75d128e9ed86891b0c9aa1397fab17cf5257e7eba1
|
File details
Details for the file mytube_dlp-2.1.0-py3-none-any.whl.
File metadata
- Download URL: mytube_dlp-2.1.0-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3aeaa15d3022979237ac6575d0f0b73bafc90e854408e2a24974ff12267b7ef9
|
|
| MD5 |
3c7cdb5dcb0bf6ec82299de65b48b4a4
|
|
| BLAKE2b-256 |
dd32e0870ec822286eccbb9ed50886202cc0209868719be2fcf09d00fd23250b
|