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.3.tar.gz
(5.2 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.3.tar.gz.
File metadata
- Download URL: yt_sdk-0.0.3.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a75dfaa32a72aca2a347092fabe57e939e2bc431d1d9b6d37b0cff15a789750
|
|
| MD5 |
b77990c85ef27be734fa87455d4fecc7
|
|
| BLAKE2b-256 |
96a90cb1882c019c578c214b1adb8abb52b1d2b9b81b2c36c891f258f670b96d
|
File details
Details for the file yt_sdk-0.0.3-py3-none-any.whl.
File metadata
- Download URL: yt_sdk-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.1 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 |
d575d02bc49183a91da77fd379f1519d9e35f955dff63b579247bbb3df9d4634
|
|
| MD5 |
e91a9f937ca9dc010cdeda14612ef50f
|
|
| BLAKE2b-256 |
6b911b7970bd3360935d23e115e59c2a0b8c30b87f1f7998d8d1c1004e78b7e9
|