Change Log:
- Update error detection for image page.
- Add R18 mode only for member/member’s bookmarks download.
- Set
r18mode = True
to apply.
- Set
- Fix page limit detection.
Download link for pixiv downloader 20121124, source code in GitHub.
small collection of my stuff!
Change Log:
r18mode = True
to apply.Download link for pixiv downloader 20121124, source code in GitHub.
Comments are closed.
Thanks for the new update.
Btw, what does the new “R18 mode? do? Does it exclude all 18+ images or is it the opposite?
it is the opposite, only show R-18 tagged images.
I think they changed tag system, so now instead of /tags.php?tag= query to get tagged images one need to use /search.php?s_mode=s_tag_full&word=
Thanks, I’ll update the query in the next release.
I want “R-18G and R-18” only mode like R-18 only mode.
I wrote R-18G only mode patch but, I can’t write “R-18 and R-18G” only mode patch because of my poor programing skill…
I’m sorry for my poor English.
I use %member_id%%image_id% – %title% in the config. After I unpacked updated version of downloader, it put %artist% (%member_id%)%urlFilename% – %title% instead. It was one time event, but it was unexpected.
Why it moves filenameformat back to default?
Please give more details?
Do you read minds? Lately I was thinking about suggesting an R18-only mode :p The opposite (exclude R-18) isn’t possibile right?
you can use blacklist_tags.txt to blacklist R-18. This one is slower as I still need to access the page to get the tag list. I don’t know if it is possible to filter R-18 from search query. I know you can block R-18/R-18G from showing from your pixiv preferences.
This unofficial search query reference (http://dic.pixiv.net/a/%E6%A4%9C%E7%B4%A2#h2_6) hints there is no way to filter R-18 and R-18G contents from search query.
Yap, tried to append
&r18=0
to search query doesn’t filter out the R-18.The only way is to hide R-18 images is from pixiv’s
Settings
-> setAre you 18 and above?
toNo
.