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())
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.0.tar.gz
(8.2 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.0.tar.gz.
File metadata
- Download URL: MyTube-dlp-1.3.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edfc679dc29b650bfd613ede0266547d64c5849caf7ad75009a60fb5cc975fa1
|
|
| MD5 |
deb2f55e3497ac32c23badf28f40a6f6
|
|
| BLAKE2b-256 |
a0db2e53df609faf67c50d542aa73b8febed133eeffdacc527a4f7a658d7fd97
|
File details
Details for the file MyTube_dlp-1.3.0-py3-none-any.whl.
File metadata
- Download URL: MyTube_dlp-1.3.0-py3-none-any.whl
- Upload date:
- Size: 9.6 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 |
fa60d5a34efcab50b6f67c537ec52aafbe3fdfcee0d93c421e88507d2790f66a
|
|
| MD5 |
f5de86962a4aade3dc1a3d72bf6d1fe9
|
|
| BLAKE2b-256 |
a57b0839279c68c55788bd0b1e86c5f3167510a3de33fd9df4dd56bcfcf0bfd2
|