Skip to content

Commit

Permalink
update #611 and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandaka committed Jan 2, 2020
1 parent 2f11c09 commit d6f113a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PixivConstant.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

PIXIVUTIL_VERSION = '20200101'
PIXIVUTIL_VERSION = '20200102-beta1'
PIXIVUTIL_LINK = 'https://github.com/Nandaka/PixivUtil2/releases'
PIXIVUTIL_DONATE = 'https://bit.ly/PixivUtilDonation'

Expand Down
2 changes: 1 addition & 1 deletion PixivUtil2.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ def process_member(member_id, user_dir='', page=1, end_page=0, bookmark=False, t
total_image_page_count)
if not DEBUG_SKIP_PROCESS_IMAGE:
result = process_image(artist, image_id, user_dir, bookmark, title_prefix=title_prefix_img)
wait()

break
except KeyboardInterrupt:
Expand Down Expand Up @@ -591,6 +590,7 @@ def process_member(member_id, user_dir='', page=1, end_page=0, bookmark=False, t
break

no_of_images = no_of_images + 1
wait()

if artist.isLastPage:
print("Last Page")
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
20200102 - beta1
- Fix Issue #611: updated FANBOX post parser to support old post.
- Fix Issue #612: moved wait statement due to #609 changes.
- Fix Issue #613: updated logic check due to #609 changes

20200101 - Happy New Year!
- Fix Issue #607: fix db path for parseBookmark call.
- Fix Issue #608: handle user suspended for Fanbox.
Expand Down

0 comments on commit d6f113a

Please sign in to comment.