Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandaka committed Nov 27, 2017
1 parent 3f6556f commit 52fe168
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PixivConstant.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# pylint: disable=I0011, C, C0302


PIXIVUTIL_VERSION = '20171006'
PIXIVUTIL_VERSION = '20171127'
PIXIVUTIL_LINK = 'https://github.com/Nandaka/PixivUtil2/releases'
PIXIVUTIL_DONATE = 'https://bit.ly/PixivUtilDonation'
PIXIV_URL = 'https://www.pixiv.net'
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
20171127:
- Implement #278: Allow to pass tag from command line operation for option 6.
- Implement #276: Add random delay between each image post, set downloadDelay=0 to disable in config.ini.
- Fix Issue #277: Update file sanitazion logic. Always replace '/' and '\' for %title%, %artist%, %searchTags%, %tags%, %works_tools%, and %original_artist% to '_'.

20171006:
- Fix Issue #272: fix PIL import

Expand Down
10 changes: 6 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Q6: httperror_seek_wrapper: HTTP Error 403: request disallowed by robots.txt
5 - Download from user bookmark
(optional: followed by [y/n] for private bookmark)
6 - Download from image bookmark
(required: followed by [y/n] for private bookmark
(required: followed by [y/n] for private bookmark
optional: starting page number, end page number, and tag)
7 - Download from tags list
(required: followed by path to the tags list,
Expand All @@ -201,8 +201,8 @@ Q6: httperror_seek_wrapper: HTTP Error 403: request disallowed by robots.txt
9 - Download by Title/Caption
(required: start page, end page, followed by
title/caption)
10 - Download by Tag and Member Id
(required: member_id, start page, end page, followed
10 - Download by Tag and Member Id
(required: member_id, start page, end page, followed
by tags)
11 - Download Member's Bookmarked Images
(required: followed by member_ids separated by space)
Expand Down Expand Up @@ -271,6 +271,8 @@ userobots ==> Download robots.txt for mechanize.
timeout ==> Time to wait before giving up the connection, in seconds.
retry ==> Number of retries.
retrywait ==> Waiting time for each retry, in seconds.
downloadDelay ==> Set random delay up to n seconds for each image post.
Set to 0 to disable.

[Debug]
logLevel ==> Set log level, valid values are CRITICAL, ERROR, WARNING,
Expand All @@ -282,6 +284,7 @@ dumpMediumPage ==> Dump all medium page for debugging. Set to True to enable.
dumpTagSearchPage ==> Dump tags search page for debugging.
debughttp ==> Print http header, useful for debuggin. Set 'False' to
disable.

[IrfanView]
IrfanViewPath ==> set directory where IrfanView is installed (needed to start
IrfanView)
Expand All @@ -299,7 +302,6 @@ startIrfanSlide ==> set to <True> to start IrfanView-Slideshow with downloaded
before!
createDownloadLists ==> set to <True> to automatically create download-lists.


[Settings]
rootdirectory ==> Your root directory for saving the images.
uselist ==> set to 'True' to parse list.txt.
Expand Down

0 comments on commit 52fe168

Please sign in to comment.