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())
💲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.3.1.tar.gz
(8.3 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.3.1.tar.gz.
File metadata
- Download URL: MyTube-dlp-1.3.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
658c5e93fe43b1d7e884b33b7398f65506ae5bdc36fd8aa46af913a0cab6bfb2
|
|
| MD5 |
8e33e7ec749eb7d3881d2a2020e39ff0
|
|
| BLAKE2b-256 |
c10c5b362591a0bdae63d675458cd3bcde2d615cb6a9c6d2d734c6410e13be51
|
File details
Details for the file MyTube_dlp-1.3.1-py3-none-any.whl.
File metadata
- Download URL: MyTube_dlp-1.3.1-py3-none-any.whl
- Upload date:
- Size: 9.8 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 |
9c1ed8e8a4d0190bf397b9351da330c2b8a793d067d6a086e2d6451d584ca1cd
|
|
| MD5 |
c131ba3b5551a4d85e71182d9b3fab5c
|
|
| BLAKE2b-256 |
13b1a93a4194456c63a5f837cac6dbe3dcf9615213726645eaaea3c6d95d6fba
|