Youtube SDK - Download video audio, etc...
Project description
Youtube SDK
youtube_id
- String de
11 caracteres alfanuméricos (incluye '-' y '_')identificador único de un video. Example:
url:https://www.youtube.com/watch?v=5ViMA_qDKTUyoutube_id:5ViMA_qDKTU
QuickStart
- Install package.
pip install yt-sdk
- Download audio from video.
from yt_sdk.downloader import YoutubeDownloader
YOUTUBE_ID = "5ViMA_qDKTU"
path_data = Path("data")
downloader = YoutubeDownloader(path_folder=path_data)
info = downloader.audio_by_youtube_id(youtube_id=YOUTUBE_ID)
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
yt_sdk-0.0.2.tar.gz
(5.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yt_sdk-0.0.2.tar.gz.
File metadata
- Download URL: yt_sdk-0.0.2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
258d6230a61d30176a3243a50c8602543cb333cafe61f5946e015fdebba0c541
|
|
| MD5 |
ae3ed0428910aba14da312d48b73c54d
|
|
| BLAKE2b-256 |
da2661c5eccab0998ccb5e351e76c7b680056ed2e0f577b9267fb3b10e7b6248
|
File details
Details for the file yt_sdk-0.0.2-py3-none-any.whl.
File metadata
- Download URL: yt_sdk-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e46f4bf1d985d3c7353be79ef0440ca184904bc7ef9b8b155fb132fa240ca0b
|
|
| MD5 |
adbc6cb4b5ed2be66110cbc85f2d7c19
|
|
| BLAKE2b-256 |
a483d7523536c02937983382338b9fad60005b40745b1d7450f0ea6d3c988d12
|