Changes
- Organize scripts and update version
- Merge add option to save series data to db (#1480) by @psilabs
- Merge fix(cloudflare): proof of concept to prevent TLS fingerprinting from setting cloudflare off (#1456) by @samuelgallagher21
- Merge Support archive mode for Pixiv artworks (#1446) by @psilabs
- Merge FIX: fanboxGetArtistList to get parseArtistCreatorIDs instead as userID API seems to be failing (#1449) by @Malcolm
- Merge Fix the neglection of local ugoira files when reencoding ugoira (#1434) by @amamiya_yuuko
- Merge Fix premium user detection (#1430) by @grant Wong
Running in Windows with uv:
- Install Git using powershell
winget install --id Git.Git -e --source winget - Install uv using powershell
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" - Close and re-open the terminal/powershell window.
- Clone the repositories
git clone https://github.com/Nandaka/PixivUtil2.git - CD to the created folder
cd PixivUtil2 - Create venv
uv venv - Sync the dependencies
uv sync - Run the script
uv run .\PixivUtil2.py