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-1.5.0.tar.gz
(9.7 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-1.5.0.tar.gz.
File metadata
- Download URL: MyTube-dlp-1.5.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca2a6a8c49791ca59704e55b07c4f6bdd8f098435a947ccd245a297a3da70c42
|
|
| MD5 |
e28324a033f87071077f2365ee11d5f6
|
|
| BLAKE2b-256 |
084a3b3defb6bb39e1f4bb2f2f66cded01fb5f213b78aa1d9348dbc8d7e13c6f
|
File details
Details for the file MyTube_dlp-1.5.0-py3-none-any.whl.
File metadata
- Download URL: MyTube_dlp-1.5.0-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd5de8ff0fd1973bee0abab62d067a4453fa12021207ca12b419f7c33907b4cc
|
|
| MD5 |
d32cd2a81bef5573691705df99f1f508
|
|
| BLAKE2b-256 |
0c47ecaa7a62bba4edef34e303ae6e9a95f4225563856807be54e2c7fd754b39
|