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.0.0.tar.gz
(10.4 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.0.0.tar.gz.
File metadata
- Download URL: mytube_dlp-2.0.0.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9123fc00c98afcd09b72c061f77dbe7672e377a45b0dec8d61fb66135b455a7e
|
|
| MD5 |
24354afb48bba35bd668ff0248e23573
|
|
| BLAKE2b-256 |
815f6f940cedb4ea6e4581a738afc636bd293aa324978fed53d7f099f966c03d
|
File details
Details for the file mytube_dlp-2.0.0-py3-none-any.whl.
File metadata
- Download URL: mytube_dlp-2.0.0-py3-none-any.whl
- Upload date:
- Size: 13.2 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 |
832bddd689ade6cb1b68f4f74dfe384ec298b65dae6eb55f4ed3761670617ca3
|
|
| MD5 |
35111d9818fa142ea1bf5f36a2fd9639
|
|
| BLAKE2b-256 |
9e1920ee48ed3d4247a80bc5b2167f596c6172decbf1b6d27e8fee4820931a20
|