{{ t('feat1Title') }}
- {{ t('feat1Desc1') }}
- {{ t('feat1Desc2') }}
- {{ t('feat1Desc3') }}
- {{ t('feat1Desc4') }}
{{ t('tagline') }}
pip install weeb-cli
pip install weeb-cli
yay -S weeb-cli
git clone https://github.com/ewgsta/weeb-cli.git
cd weeb-cli
pip install -e .
| {{ t('key') }} | {{ t('action') }} |
|---|---|
| ↑ ↓ | {{ t('ctrlNav') }} |
| Enter | {{ t('ctrlSelect') }} |
| s | {{ t('ctrlSearch') }} |
| d | {{ t('ctrlDown') }} |
| w | {{ t('ctrlWatch') }} |
| c | {{ t('ctrlSet') }} |
| q | {{ t('ctrlExit') }} |
| Ctrl+C | {{ t('ctrlBack') }} |
{{ t('apiModeDesc') }}
weeb-cli api providers
weeb-cli api search "Angel Beats"
weeb-cli api episodes 12345 --season 1
weeb-cli api streams 12345 --season 1 --episode 1
weeb-cli api details 12345
weeb-cli api download 12345 --season 1 --episode 1 --output ./downloads
{{ t('sonarrDesc') }}
pip install weeb-cli[serve]
weeb-cli serve --port 9876 \
--watch-dir /downloads/watch \
--completed-dir /downloads/completed \
--sonarr-url http://sonarr:8989 \
--sonarr-api-key YOUR_KEY \
--providers animecix,anizle,turkanime
Python 3.8+, Typer, Rich, Questionary, SQLite.
requests, curl_cffi, BeautifulSoup4, lxml.
FFmpeg, MPV, Aria2, yt-dlp.