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.1.8.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file youtubi-1.1.8.tar.gz
.
File metadata
- Download URL: youtubi-1.1.8.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 | 0e5cb2f4159f085bc0702d029f0dc9858309066a128086067a6d93ade7b6fcb2 |
|
MD5 | 7293b6e9ca0272f8d01c5df35f9b4504 |
|
BLAKE2b-256 | 1da8c417a5270ebd5ecbed4efa9db22d60bb33a0ff21f9d6e6cc7b19d9af83c9 |
File details
Details for the file youtubi-1.1.8-py3-none-any.whl
.
File metadata
- Download URL: youtubi-1.1.8-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 | 6c5b2f70f154d0489c650c6a248207daa4d5cc33f422a007a08fbe0368fe2aa3 |
|
MD5 | fb32c40e5e2f2f1f6d769888d0ac3f41 |
|
BLAKE2b-256 | 508e98b69af9d76461a665c76ca04a49af7ab4c51dd692c563eec66e47460fcf |