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)
Release files for yt-sdk 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| yt_sdk-0.0.3.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| yt_sdk-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.3 kB
Release files / yt_sdk-0.0.3.tar.gz
| Download URL | yt_sdk-0.0.3.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2a75dfaa32a72aca2a347092fabe57e939e2bc431d1d9b6d37b0cff15a789750
|
|
BLAKE2b-256 checksum How to use checksums |
96a90cb1882c019c578c214b1adb8abb52b1d2b9b81b2c36c891f258f670b96d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.11
|
Release files / yt_sdk-0.0.3-py3-none-any.whl
| Download URL | yt_sdk-0.0.3-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d575d02bc49183a91da77fd379f1519d9e35f955dff63b579247bbb3df9d4634
|
|
BLAKE2b-256 checksum How to use checksums |
6b911b7970bd3360935d23e115e59c2a0b8c30b87f1f7998d8d1c1004e78b7e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.11
|