mirror of
https://github.com/NohamR/cafeyn-dl.git
synced 2026-07-11 22:41:59 +00:00
ec8e6054857ab91d93a352d6e298096e44063c29
Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
cafeyn-dl
Download a Cafeyn issue from a reader URL and export it as a PDF.
Install
uv sync
Configure
cp .env.example .env
Set values in .env:
JWT_TOKEN=...
WEBSESSIONID=...
Get them from browser cookies (Cafeyn, while logged in):
Cafeyn_authtoken_V2->JWT_TOKENCafeyn_webSessionId->WEBSESSIONID
Use
uv run python main.py https://api.cafeyn.co/ticket/reader/21712793/2258961
uv run python main.py <reader_url> --output-dir output --max-workers 16
Description
Languages
Python
100%