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.8.tar.gz
(15.4 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.8.tar.gz.
File metadata
- Download URL: staaar_youtube-1.0.8.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40e717354918c90b3e83f90623f584570b5fb421d27a2b8ca0329f78f65d66cd
|
|
| MD5 |
eb90dc7d4eacb273eba660829df8b103
|
|
| BLAKE2b-256 |
b889fc82a18bd8487b2e82db52c431e602b16bfcd4c2af1de0e8f33289af0ad2
|
File details
Details for the file staaar_youtube-1.0.8-py3-none-any.whl.
File metadata
- Download URL: staaar_youtube-1.0.8-py3-none-any.whl
- Upload date:
- Size: 18.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 |
e0a31d3e16367f16ca9214b35c806f753abb18436f5710a0ab35d1bafafde2cf
|
|
| MD5 |
c93976ebad917c55af4aa380e79b27d0
|
|
| BLAKE2b-256 |
234ecf89d4185ee420f667faaa8efc6e5fa539ddf0ff53cf0c1a2f0d8a1e7227
|