High performance YouTube downloader library with OAuth support
Project description
staaar-youtube
High performance YouTube downloader library with support for OAuth authentication.
Installation
pip install staaar-youtube
Usage
from staaar_youtube import DownloadService
# Download audio
service = DownloadService(
url="https://www.youtube.com/watch?v=dQw4w9WgXcQ",
is_audio=True,
token_file="tokens.json"
)
audio_path = service.download()
# Download video
service = DownloadService(
url="https://www.youtube.com/watch?v=dQw4w9WgXcQ",
is_audio=False,
quality="360p"
)
video_path = service.download()
Features
- Fast downloads with concurrent fragment downloads
- OAuth authentication support
- Audio and video download support
- Smart caching
- Built with yt-dlp
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
staaar_youtube-1.1.9.tar.gz
(14.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 staaar_youtube-1.1.9.tar.gz.
File metadata
- Download URL: staaar_youtube-1.1.9.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3926795dfe4a4b2eed3e5e6f6bfe43b6b4e974fad9c69488a58d6dafa2f4d7a8
|
|
| MD5 |
a158b1e5876c53c217233c1d8e9b6627
|
|
| BLAKE2b-256 |
784c38ab28e33a1ed366c26d6f8a117892d5605ee1165192159e45b5aad9383b
|
File details
Details for the file staaar_youtube-1.1.9-py3-none-any.whl.
File metadata
- Download URL: staaar_youtube-1.1.9-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7faf347569878c3d004b70a55022547b87630dc641760c79a38b244f4cf2511
|
|
| MD5 |
ee9583b6225fe5327c0aed428b093067
|
|
| BLAKE2b-256 |
b21cb8b5e251fdc15930a074d19cfdf6a965f6022e44dfff619f1365a06427d7
|