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.3.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file youtubi-1.2.3.tar.gz
.
File metadata
- Download URL: youtubi-1.2.3.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 | 53b6be243ac714225f221dbf615cd548f565766f47c44a7949eaad9b16284eb1 |
|
MD5 | 0f074ed8524a5ce767cddd05df850320 |
|
BLAKE2b-256 | d9d1309454ecb71c905cb526562dc81a4c6cd3c6b949a7d9d85c82781b8ec396 |
File details
Details for the file youtubi-1.2.3-py3-none-any.whl
.
File metadata
- Download URL: youtubi-1.2.3-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 | 079c34c8da351196ff7ef52978f342822357b953856aa2ff52d46a22c430b6cc |
|
MD5 | 8a097c67922867a44b8d5062a3e31292 |
|
BLAKE2b-256 | ebd252d2ac4e69c88c4d7d836627aab5f17c3decc58eca41fde5f219023cd4cc |