cinemaos.live video downloader CLI
Project description
sakazuki-dogwalks-yonkos
A cinemaos.live video downloader CLI — download movies and TV episodes straight to your machine.
Requires ffmpeg installed on your system.
Installation
pip install sakazuki-dogwalks-yonkos
Quick Start
# Interactive search (requires TMDB token — see below)
sdyonkos "Oppenheimer"
# Download by TMDB ID directly (no TMDB token needed)
sdyonkos --id 872585 --type movie
# TV show by ID — picks season/episode interactively
sdyonkos --id 94997 --type tv
# TV show — specify season and episode directly
sdyonkos --id 94997 --type tv --season 1 --episode 3
# Force a specific server
sdyonkos --id 872585 --server Helios
# List available servers without downloading
sdyonkos --id 872585 --servers
Setup: TMDB Token
To use the title search feature you need a free TMDB Read Access Token:
- Sign up at themoviedb.org
- Go to Settings → API and copy your Read Access Token (v4 auth)
- Save it:
sdyonkos --set-tmdb-token
Or export it in your shell:
export TMDB_READ_TOKEN="your_token_here"
CLI Reference
| Command | Description |
|---|---|
sdyonkos "title" |
Search and download interactively |
sdyonkos --id <ID> |
Download by TMDB ID |
sdyonkos --id <ID> --type tv |
Download TV (prompts for season/episode) |
sdyonkos --id <ID> --season 1 --episode 2 |
Specific episode |
sdyonkos --id <ID> --servers |
List available servers |
sdyonkos --id <ID> --server Helios |
Force server |
sdyonkos --id <ID> --quality 1080 |
Pick quality (MP4 servers) |
sdyonkos --output ~/Videos |
Override download directory |
sdyonkos --config |
Show current config |
sdyonkos --set-tmdb-token |
Save TMDB token |
sdyonkos --set-output-dir ~/Videos |
Save default download dir |
sdyonkos --reset-config |
Reset all settings |
Available Servers
cinemaos.live exposes multiple servers. HLS servers (Helios, Selene, Eos, Nyx, Orion) stream via m3u8 and are downloaded using ffmpeg. CineAstra provides direct MP4 links at multiple resolutions.
License
MIT
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
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 sakazuki_dogwalks_yonkos-0.3.0.tar.gz.
File metadata
- Download URL: sakazuki_dogwalks_yonkos-0.3.0.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7141941ae70b08184461850ed196430c6cff60133a221a0ee109adf384f01d93
|
|
| MD5 |
a5d030a24313ea1e8b1310ddc5a42ce2
|
|
| BLAKE2b-256 |
1c15fd327b63cc2e3c34e0f6ed8326c9de3360c29a9a54138c7c9b3d34255174
|
File details
Details for the file sakazuki_dogwalks_yonkos-0.3.0-py3-none-any.whl.
File metadata
- Download URL: sakazuki_dogwalks_yonkos-0.3.0-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1de8cfd1855a422b43ea88946f0e09fd67ebde801e6e872b2495497c6e8e7431
|
|
| MD5 |
efa90d098c7a17f6ff76525b748d8d29
|
|
| BLAKE2b-256 |
b796ed2225f79b04aaa2cc9bd5df1e3270cd29fff10f6ec835168a2eaa5f51a9
|