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.6.0.tar.gz
(10.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.6.0.tar.gz.
File metadata
- Download URL: mytube_dlp-1.6.0.tar.gz
- Upload date:
- Size: 10.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 |
e0eadfd480d9702e5f048bad61732a163ca7bba63f597e03847d67df6ce329a7
|
|
| MD5 |
61bcfdbcb75de25a051c11a5f9ebcfb9
|
|
| BLAKE2b-256 |
ab2238c0e5be058b4213bd2d46c69e239b0c716a1f046d25d485e67ef4eb2a68
|
File details
Details for the file MyTube_dlp-1.6.0-py3-none-any.whl.
File metadata
- Download URL: MyTube_dlp-1.6.0-py3-none-any.whl
- Upload date:
- Size: 12.9 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 |
d017707ae61e06bdfc40a76cca0cacb5119f1a2cd9efdbf4269633c865cc17ab
|
|
| MD5 |
263678acd0a0f882ecf25aeeea0647b7
|
|
| BLAKE2b-256 |
008ba008cea74048ba67a1cf9ea594f7d75709ac7a3d18e6204495874c55f01b
|