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.6.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file youtubi-1.0.6.tar.gz
.
File metadata
- Download URL: youtubi-1.0.6.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 | 8f8553854bb8924632d41a846baff184cfbb1010304e8ab75fa337d9bb17a9f2 |
|
MD5 | 5676c9d65e86249ca13291e2dc8d75d1 |
|
BLAKE2b-256 | 868be96f1c28d9b8f183bfadc2bb187d892485932778ff875dfe71511c0c368f |
File details
Details for the file youtubi-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: youtubi-1.0.6-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 | 7c00a73071fe70868dbb35a574ed033e2dd1db04ab2f31a87358448d85fae1ff |
|
MD5 | 24e8993c5a91c51e53537dd535009ae5 |
|
BLAKE2b-256 | 91ac0b290ea3864b613678a3a10bc8bdfb939a81546104719cb903d2dc01388d |