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.5.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file youtubi-1.0.5.tar.gz
.
File metadata
- Download URL: youtubi-1.0.5.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 | d8cbaac7327019bb8b79941c7c7f2000a81b8a937cc2b7fe898b97a7917f9240 |
|
MD5 | c6a9038569a5d2116c94d1e86672bb41 |
|
BLAKE2b-256 | ba3c142e610ab210dc26f005626b2c251a0efa47ff46933d3144759634bd7998 |
File details
Details for the file youtubi-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: youtubi-1.0.5-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 | e47dbcc06dfc4cff32254193bdded53477c18f88ccd5508c9314aaab20e26b43 |
|
MD5 | 3860225affbac6cd73dc8c01671e251a |
|
BLAKE2b-256 | 9d83f1664fc49c4cdbf48ba0563b4bf9d389c916a81924b443230bcacfc54454 |