Download youtube videos
Project description
youtubi
Download youtube videos python library .
Install :
pip install youtubi
Example :
Download single video
from youtubi import Youtubi
y = Youtubi()
url = "https://youtu.be/oaxWxSdytTk?si=DNJOpBMtJyrmaMQR"
y.get_videos(url , folder = None , filename = None)
Download list of videos of playlist
copy outter html of page where plylist is shown in the page , then
from youtubi import Youtubi
y = Youtubi()
y.get_playlist(file = "playlist.html")
Download channel videos
from youtubi import Youtubi
y = Youtubi()
y.get_channel(file = "channel.html")
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
youtubi-1.2.0.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file youtubi-1.2.0.tar.gz
.
File metadata
- Download URL: youtubi-1.2.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9aee2c89331dad4119b7107b62411e6138895545e1e0be5fce259349255a0148 |
|
MD5 | e5cd8a8f32d0cb2e4e0ce21d15ca4363 |
|
BLAKE2b-256 | a7fa49ea28fcd2286258083331c9de3728523b2aaa754a9f89a2a1fd112d248b |
File details
Details for the file youtubi-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: youtubi-1.2.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bb51813a70d9baeb19c6b1ed8b63af72e795965cc0e3117e516843462049966 |
|
MD5 | 7ce49e697c0fb0806c8ea47df45908ec |
|
BLAKE2b-256 | 1824b83677be08ff8af582c561e3fd2edf4017f4765368cdafe360690671aa2c |