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
usage:
>>> from pytubefix import YouTube
>>> YouTube('https://youtu.be/2lAe1cqCOXo').streams.first().download()
>>> yt = YouTube('http://youtube.com/watch?v=2lAe1cqCOXo')
>>> yt.streams
... .filter(progressive=True, file_extension='mp4')
... .order_by('resolution')
... .desc()
... .first()
... .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.0rc4.tar.gz
(66.2 kB
view details)
File details
Details for the file pytubefix-1.0rc4.tar.gz.
File metadata
- Download URL: pytubefix-1.0rc4.tar.gz
- Upload date:
- Size: 66.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42094b8c08734a56b880e2fcd27723388565ce2326324d8e5a4e98883197983a
|
|
| MD5 |
00d58fbbd05e2f39340a4076ebc6c9d7
|
|
| BLAKE2b-256 |
1e17d4bfa691de0cd6ee0a8b76f27bd0e9f7810c33110d8aa62ab47837980823
|