Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandaka committed May 21, 2016
1 parent cc53584 commit 666d252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PixivConstant.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@


PIXIVUTIL_VERSION = '20160513'
PIXIVUTIL_LINK = 'https://nandaka.wordpress.com/tag/pixiv-downloader/'
PIXIVUTIL_LINK = 'https://github.com/Nandaka/PixivUtil2/releases'
PIXIVUTIL_DONATE = 'https://bit.ly/PixivUtilDonation'
PIXIV_URL = 'http://www.pixiv.net'
PIXIV_URL_SSL = 'https://www.pixiv.net/login.php'
PIXIV_CSS_LIST_ID = 'display_works'
Expand Down
1 change: 1 addition & 0 deletions PixivUtil2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,7 @@ def process_from_group(mode, group_id, limit=0, process_external=True):
def header():
print 'PixivDownloader2 version', PixivConstant.PIXIVUTIL_VERSION
print PixivConstant.PIXIVUTIL_LINK
print 'Donate at', PixivConstant.PIXIVUTIL_DONATE


def get_start_and_end_number(start_only=False):
Expand Down

0 comments on commit 666d252

Please sign in to comment.