What's Changed
- Add support for encoding AVIF by @0fbcb238c0 in #1356
- Updates to replaceRootPath function in PixivDBManager.py by @Chrisch3n in #1329
- Change useragent to something that doesn't get blocked by @Pomax in #1332
- Fix #1352 #1361 by @marierose147 in #1363
- Additional SSL verification skip by @websitemonitorer in #1367
- Fix downloadDelay not working for fanbox downloads by @dddlr in #1370
- ADD: Download from unlisted post by ID by @OozoraHaruto in #1373
- Fix various issues caused by the previous unlisted post PR by @OozoraHaruto in #1376
- Fixes #1348 because it annoys me by @KSuiz in #1378
- Option to add Pixiv tag/caption data to db, auto add member data by @psilabs-dev in #1385
- [hotfix] enforce uniqueness on mapping tables by @psilabs-dev in #1388
- Passing page into
download_image
in fanbox handler by @CircuitCoder in #1396 - Fix regex to match user_id from js (fix #1397) by @fireattack in #1401
- Fix unnecessary decode() calls on BeautifulSoup objects (#1403) by @poyazi in #1404
- Fix incomplete downloads not recognized as such by @RadCraftplay in #1409
- Fix handling of zip files in Fanbox posts when local file exists and remote size check fails by @xWTF in #1412
- Fix #1411 by adding lookup for new possible user_id format by @dkhex in #1418
- Restart automatically on ConnectionResetError in download_image by @RadCraftplay in #1417
- Fix cascade deletion where it deletes the entire pixiv_manga_image by @xxpc9 in #1413
- Python compatibility fix by @nomakewan in #1424
New Contributors
- @0fbcb238c0 made their first contribution in #1356
- @Chrisch3n made their first contribution in #1329
- @Pomax made their first contribution in #1332
- @marierose147 made their first contribution in #1363
- @websitemonitorer made their first contribution in #1367
- @OozoraHaruto made their first contribution in #1373
- @psilabs-dev made their first contribution in #1385
- @CircuitCoder made their first contribution in #1396
- @poyazi made their first contribution in #1404
- @RadCraftplay made their first contribution in #1409
- @xWTF made their first contribution in #1412
- @dkhex made their first contribution in #1418
- @xxpc9 made their first contribution in #1413
- @nomakewan made their first contribution in #1424
Note
- no more executable, please run from the python source code
Full Changelog: v20240703...v20250426