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())
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.0.1.tar.gz
(7.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-1.0.1.tar.gz.
File metadata
- Download URL: MyTube-dlp-1.0.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5a730c252a0afe2f5d23d017907e43f4a5a34e15a19bbc1d92cec068a692a3b
|
|
| MD5 |
2314cbe2798dc108de67da2feb1d3da8
|
|
| BLAKE2b-256 |
0d95ce2fd1cf52c93ecd202acc3b61ce55d9eca665f5758ef7f6b67d30882fa0
|
File details
Details for the file MyTube_dlp-1.0.1-py3-none-any.whl.
File metadata
- Download URL: MyTube_dlp-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.7 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 |
0c1aef716a71e1bba8c57a59deb0de711b792f7cb7b268500510c66e6ed8d1fb
|
|
| MD5 |
7a31fdce7c2d90f61f8388572218e6d7
|
|
| BLAKE2b-256 |
ba62e3417c9cbac345f7edf3804271c743c7ea02bafcc7c065f981b2678ad53b
|