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-4.0.1.tar.gz
(11.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-4.0.1.tar.gz.
File metadata
- Download URL: mytube_dlp-4.0.1.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20f98b3c157eda1f703d7e11c320d4a4bf71e1cf035e14c0b1e88ee2a7f62607
|
|
| MD5 |
0f04887fcfbe83a95b2a6919794676d9
|
|
| BLAKE2b-256 |
2fe011df93e1af5bafd7f96a73529c65469edf591d3fc9d702e3aa740345a58a
|
File details
Details for the file mytube_dlp-4.0.1-py3-none-any.whl.
File metadata
- Download URL: mytube_dlp-4.0.1-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37f00d0439dc0d9f367da20e6babe9deedd40c5edfa3a650043fa7337d3bd976
|
|
| MD5 |
a8900ae062d11eebf0ad86addf3dbb3e
|
|
| BLAKE2b-256 |
4fa491eddea931ca4993eaa9fa7965c9b2580496e4712675a03f4f457666885e
|