Download youtube videos
Project description
youtubi
Download youtube videos python library .
Install :
pip install youtubi
Example :
Download list of videos urls
from youtubi import process
urls= """
https://youtu.be/oaxWxSdytTk?si=DNJOpBMtJyrmaMQR
https://youtu.be/Ljmv9joEXiM?si=I55FFgGCgsZ3Km8w
https://youtu.be/NpETkRzAINM?si=MpHEnTkDsuNE8J5K
https://youtu.be/dsHGy672Occ?si=6GsanDFDafBQ1eaM
https://youtu.be/qB6K8K4AFWI?si=pilsPHBmP1S4bFFF
https://youtu.be/T5onNs-D4WA?si=bFmKrgiWa1nzbaiQ
https://youtu.be/hM1Bk4cEFmg?si=WQlRpNPg6b-67Agd
https://youtu.be/DPGR_LyDKNE?si=8Yaeww2zxaQ3xSv3
https://youtu.be/D5hU4ICEB3o?si=HHTbWCo6knD6n5Xp
"""
process(urls)
# process(text, output_path = "./videos")
Download list of videos of channel
copy outter html of page where plylist is shown in the page , then
from youtubi import process , get_channel
html_text = "....."
urls = get_channel(html_text)
process(urls)
# process(text, output_path = "./videos")
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.0.4.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file youtubi-1.0.4.tar.gz
.
File metadata
- Download URL: youtubi-1.0.4.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffaf33ced0418ff6117e87438eef13bc77d79930f422524a6943b2c593ec5aba |
|
MD5 | 525d81df99c51c7aec2b7627c77cfc72 |
|
BLAKE2b-256 | bc14a1801c10f9d3975bde5aaff100276bbd659a592c13f423958024c1c47bbb |
File details
Details for the file youtubi-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: youtubi-1.0.4-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45fede425c9a4007b5474b8096ec37f2bdf4059385671ad2f3764ffd63b5be85 |
|
MD5 | c80f2c68941262f62ace52e55bb9b448 |
|
BLAKE2b-256 | e1dcd4121483c7c97130fda21fd3680bbd25a18988ab92e2da11ec98a8c9d91a |