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.1.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file youtubi-1.2.1.tar.gz
.
File metadata
- Download URL: youtubi-1.2.1.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 | 91d569d2da33a7b1709b93611b198e5b9df0a206d0c68b3e7ecc5ec35d1fac05 |
|
MD5 | 2cd463bc1ee765d12f56c79c3db3a2ed |
|
BLAKE2b-256 | ae27d7764f8b0da178521ed8eb6e5fccb20d3105b5ce5815a8c4a680149122f6 |
File details
Details for the file youtubi-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: youtubi-1.2.1-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 | 27ab87369a8fafdc9b4c31c1f60c1e2ef6333df1c8e1152e58fe6b4e5f61eebc |
|
MD5 | b60c7e3297b16f119b2ba70127e6f63d |
|
BLAKE2b-256 | b1c82b4363f49d08fafe8dbdb78de221f05b2e5d8c8999f0be346990768a4368 |