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
Python Library
from staaar_youtube import DownloadService
# Download audio
service = DownloadService(
url="https://www.youtube.com/watch?v=dQw4w9WgXcQ",
is_audio=True,
token_file="tokens.json" # Optional OAuth tokens
)
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.0.9.tar.gz
(16.3 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.0.9.tar.gz.
File metadata
- Download URL: staaar_youtube-1.0.9.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
824b277fba3699d32b09fe0bda4d25cbb11e20119957b493cf1f86e79427944d
|
|
| MD5 |
a29df2c4ad11f93b34f2eaee1e86811f
|
|
| BLAKE2b-256 |
8668c08b6fc85af3ca64ebd3db77a1b8379e01b184e9774f63223edd724050cc
|
File details
Details for the file staaar_youtube-1.0.9-py3-none-any.whl.
File metadata
- Download URL: staaar_youtube-1.0.9-py3-none-any.whl
- Upload date:
- Size: 19.3 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 |
90c58f9a141360179175e6eb21fc81c80673450d87b29c4d4d80030d8565db3c
|
|
| MD5 |
d53194d506d4a7258e11496fc9be829a
|
|
| BLAKE2b-256 |
32538444107779e9250de367698c78d3de5b633be47ee4d9137ec9dce3ba273b
|