Skip to content

Commit

Permalink
fix r18mode url (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
srndpty authored and Nandaka committed Sep 20, 2017
1 parent d79ee6b commit fe6957e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PixivHelper.py
Expand Up @@ -649,7 +649,7 @@ def generateSearchTagUrl(tags, page, title_caption, wild_card, oldest_first,
print u"Using Full Match (s_tag_full)"

if r18mode:
url = url + '&r18=1'
url = url + '&mode=r18'

if oldest_first:
url = url + '&order=date'
Expand Down

0 comments on commit fe6957e

Please sign in to comment.