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.3.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.3.tar.gz.
File metadata
- Download URL: mytube_dlp-1.5.3.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 |
676e77856cf4e9b39bcabf5e1a6c9c3afd7301347010ce98d6c50807feba9869
|
|
| MD5 |
d8ce1c225f97c81567a119218c0c8256
|
|
| BLAKE2b-256 |
f729c755af7981cf74ed312793cec51d8ca3e3afa34d8d25e9c4bb2c396f7691
|
File details
Details for the file MyTube_dlp-1.5.3-py3-none-any.whl.
File metadata
- Download URL: MyTube_dlp-1.5.3-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 |
ec0b92ce83a1c35558f11ce766ac4adb9c4fd4244a9789505b3e6b715667953d
|
|
| MD5 |
7fcf77c4f64dd301de83d7ae5fea8803
|
|
| BLAKE2b-256 |
a21dc4a16c2fdb5c4b6b5b7beaa560a37f8af04c618c8e578dfdd93a13edc74d
|