-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update PixivDownloadHandler.py Changed the return value of `download_image` from given filename/filepath to actual filename/filepath * Update PixivUtil2.py Inside `menu_fanbox_download_from_list` and `menu_fanbox_download_by_id`, added logic to deal with `KeyboardInterrupt` during processing artists. * Update PixivFanboxHandler.py 1. Optimized the logic for FANBOX artists who are suspended on pixiv: if it's member record exists in db, then use that, otherwise FANBOX filename formats would be checked. If they don't contain `%artist%` or `%artistToken%`, procedure would continue, otherwise user would be required to input for either or both of the placeholders. 2. Optimized some tiny UI messages.
- Loading branch information
1 parent
ece620a
commit ff1ef48
Showing
3 changed files
with
42 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters