From d429972e0db4888a6c609ca3397cf5d557a0ce54 Mon Sep 17 00:00:00 2001 From: Nandaka Date: Fri, 15 Apr 2016 18:49:14 +0800 Subject: [PATCH] Fix typo for Issue #108 --- PixivConstant.py | 2 +- PixivUtil2.py | 2 +- changelog.txt | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PixivConstant.py b/PixivConstant.py index 45dbadbb..2941ff6c 100644 --- a/PixivConstant.py +++ b/PixivConstant.py @@ -2,7 +2,7 @@ # pylint: disable=I0011, C, C0302 -PIXIVUTIL_VERSION = '20160414-beta1' +PIXIVUTIL_VERSION = '20160415-beta2' PIXIVUTIL_LINK = 'https://nandaka.wordpress.com/tag/pixiv-downloader/' PIXIV_URL = 'http://www.pixiv.net' PIXIV_URL_SSL = 'https://www.secure.pixiv.net/login.php' diff --git a/PixivUtil2.py b/PixivUtil2.py index a35af198..b8c6092f 100644 --- a/PixivUtil2.py +++ b/PixivUtil2.py @@ -733,7 +733,7 @@ def process_tags(mode, tags, page=1, end_page=0, wild_card=True, title_caption=F skipped_count = 0 start_offset = (page - 1) * 20 - stop_offset = end_date * 20 + stop_offset = end_page * 20 PixivHelper.printAndLog('info', 'Searching for: (' + search_tags + ") " + tags) flag = True diff --git a/changelog.txt b/changelog.txt index 6e305bc5..ed6dc5cf 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ -20160414-beta1 +20160414-beta2 - Implement #108: enhance window titlebar to calculate the total images. - Fix Issue #112: change the max page limit for option 8 from 100 to 5000 for premium user. +- Fix Issue #113: update filename sanitizer for windows. 20160319 - Fix unicode decode error when downloading image.