Python YouTube Downloader
Reason this release was yanked:
critical bug
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-3.1.0.tar.gz
(10.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-3.1.0.tar.gz.
File metadata
- Download URL: mytube_dlp-3.1.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
060d031ce37449a77739dfb2259f2a952aeed8f6fe73e1e1cc11b7d5352de71a
|
|
| MD5 |
7ed513799aa30338c30f307dd8aedf9e
|
|
| BLAKE2b-256 |
178a89019dafc0e68eed49e742101bce3512d920665027cb159a73c0e2cbba3d
|
File details
Details for the file mytube_dlp-3.1.0-py3-none-any.whl.
File metadata
- Download URL: mytube_dlp-3.1.0-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4d3e98f2c2583a396718a726372d57e2b1b99611780f8f7bd25b65341b6c458
|
|
| MD5 |
9c8b05dde4ec75388951ff82c58f0d5b
|
|
| BLAKE2b-256 |
e290a0fc7bce2ba09c26070042d6bfbc8fc859d19096784ce66fab4ea42610ee
|