Skip to content

Commit

Permalink
20160101-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandaka committed Jan 1, 2016
1 parent 6671dd6 commit 4595797
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PixivConstant.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-
# pylint: disable=I0011, C, C0302

PIXIVUTIL_VERSION = '20151117-beta1'
PIXIVUTIL_VERSION = '20160101-beta1'
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'
Expand Down
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
20151117-beta1:
20160101-beta1:
- Try to fix Issue #98.
- Add option to filter image bookmark by tags.
- Update parser.

20151112:
- Fix Issue #96: page 100 is not downloaded for new illust page.
Expand Down
2 changes: 1 addition & 1 deletion test.PixivModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def testTagsSearchExact1(self):
image = PixivTags()
image.parseTags(page)

self.assertEqual(len(image.itemList), 19)
self.assertEqual(len(image.itemList), 20)
self.assertEqual(image.isLastPage, False)

## tags.php?tag=%E3%81%93%E3%81%AE%E4%B8%AD%E3%81%AB1%E4%BA%BA%E3%80%81%E5%A6%B9%E3%81%8C%E3%81%84%E3%82%8B%21
Expand Down

0 comments on commit 4595797

Please sign in to comment.