Python 3 library for downloading YouTube Videos.
Project description
pytubefix
This python package is a solution to the problem with pytube regarding delays in updates
install:
pip install pytubefix
usage:
from pytubefix import YouTube
from pytubefix.cli import on_progress
url = input("URL >")
yt = YouTube(url, on_progress_callback = on_progress)
print(yt.title)
ys = yt.streams.get_highest_resolution()
ys.download()
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
pytubefix-1.0rc5.tar.gz
(66.6 kB
view details)
File details
Details for the file pytubefix-1.0rc5.tar.gz.
File metadata
- Download URL: pytubefix-1.0rc5.tar.gz
- Upload date:
- Size: 66.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02a870cd235406aa534e962e8d9fd4113c80670d414a8e7c61acee23ed5825fb
|
|
| MD5 |
6a4d2d1ee2e002e82f5b0bb329b16e7a
|
|
| BLAKE2b-256 |
0d0e8d9dc6582e4ab139a31c519ace96b04fadff263cb8a5fc694a3bb8a1b926
|