- add cmd logging when converting ugoira.
- Implement #406: add option 13: download by manga series
- Specific for filenameMangaFormat in Manga Series mode (option 13):
-> %manga_series_order%
the order in the manga series.
-> %manga_series_id%
original manga series id.
-> %manga_series_title%
original manga series title, different from work title.
-> %manga_series_desc%
original manga series description, different from work description.
- Specific for filenameMangaFormat in Manga Series mode (option 13):
- Merge #806 fix for Fanbox EndPage input parameter (#808) by amatuerCoder.
- Implement #812: handle different Sketch and Pixiv artist id.
- add new filename format
%sketch_member_id%
for PixivSketch
- add new filename format
- Fix Issue #822: Update parser for user's image bookmark.
- Fix Issue #827: Update parser to NOT use AppAPI/oAuth to get member token.
- Fix Issue #824: Update argument parser for option 6.
- Add new configuration
checkLastModified
in[DownloadControl]
for Issue #807- This will compare last-modified time with works date, require
setlastmodified = True
in config.ini to work properly.
- This will compare last-modified time with works date, require
- Throw error if cannot get the user id during login, related to #831
- Merge Adding Filename option for Sketch and fixing dates and Unix filenames (#836) by byjtje
- change default dateFormat to %Y-%m-%d (YYYY-MM-DD)
- Fix Issue #838: delete zip/ugoira handling.
- Add new start parameter:
- --start_date and --end_date for option 3, 7, and 9
- --tag_sort_order to set sorting order for option 3 and 7
- Add check if ffmpeg exist or not if ugoira conversion is enabled.
- Implement #837: add new config to skip downloading if
alwaysCheckFileSize = True
and remote file size is unknown => skipUnknownSize. - Update #814: replace requests with cloudscrapper for oAuth handling.
- Implement #834: additional tag sorting order for premium users.
- order=popular_d (overall), popular_male_d (popular among male users) and popular_female_d.
- Merge Fix error in PixivHelper.py:173 - TypeError expects String, not Int (#832) by Jared Shields.
- update test cases and libraries.
NOTES: for login related issues, see #814 (comment)