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.1.tar.gz
(9.8 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.1.tar.gz.
File metadata
- Download URL: MyTube-dlp-1.5.1.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1388f3dd9ba5b8ead4288c449669b1305af03ad8fc1650091216e1dd3b304135
|
|
| MD5 |
58ef9dc94491b9d2d1d42306bb944c36
|
|
| BLAKE2b-256 |
2691f8b008c7b8b8bebacab09bb909cc7741ffa46f193c233bdf15d0eee49389
|
File details
Details for the file MyTube_dlp-1.5.1-py3-none-any.whl.
File metadata
- Download URL: MyTube_dlp-1.5.1-py3-none-any.whl
- Upload date:
- Size: 12.0 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 |
6d81097b093f3cb6426e92cf95c2a64abeb5ab0c1adada06ba4551bb2be43225
|
|
| MD5 |
1bd0e61168ba45c5dcafe80cb4ce8023
|
|
| BLAKE2b-256 |
9d5618d510217f3f0f39d42acbf74697f05464a05019869ae1673325e991b8ec
|