Change log for 20150105:
- Update the SSL login page url to https://www.secure.pixiv.net/login.php.
- Update BeautifulSoup to version 3.2.1.
Download link for pixiv downloader 20150105, source code in GitHub.
small collection of my stuff!
Change log for 20150105:
Download link for pixiv downloader 20150105, source code in GitHub.
Comments are closed.
i cant type my password 🙁
the password is hidden(invisible) when you type, just press enter when you done.
Is there a way to set the “start page” and “end page” from oldest -> newest?
Nope. I don’t think you can sort the image in pixiv website.
It can be done while searching tags, you can select “Newest” or “Oldest” (All time or Within last day, week or month) and even “Sort by popularity”, but that’s premium only. picture: http://i.imgur.com/9LuthVl.png
When Oldest is selected, page 1 will have the oldest results and the last page will have the newest.
This would come pretty handy while downloading from tags that are constantly being updated with new art.
I don’t know if it helps but, from what I noticed, the url has a slight change depending on the sorting:
Newest: pixiv.net/search.php?word=(taghere)_mode=s_tag_full&order=date_d&p=2
Oldest: pixiv.net/search.php?word=(taghere)_mode=s_tag_full&order=date&p=2
Thank you for replying.
I don’t have premium account, but I think the url is working. Can you put this into GitHub issue tracker as enhancement? Here is the link: https://github.com/Nandaka/PixivUtil2/issues?state=open
Done. I can’t add the Enhancement label thought, I’ll leave it to you. 🙂
https://www.dropbox.com/s/xyoeemrtz6x6zha/sshot-22.png
change your pixiv language to english or japan
I just read that it’s recommended to run multiple instances from different folder, any reason for this? I have ran multiple instances from same folder and so far it has worked without problems so I’m just wondering if there is chance something might have not downloaded properly earlier etc.
Thank you for great program, keep up the good work!
The db connection might have some problem (connection timeout due to locking), as there are 2 instances accessing the same db file.
On Mon, Jan 12, 2015 at 4:14 PM, 何だか's Blog wrote:
>
Hi!
The external drive where I save my downloaded files got corrupted. But the program folder is located in my local drive so I still have a record of what was downloaded. How do I export a list of image_ids I downloaded?
Thank you.
The application can only export the member id in the DB, if you want to get the list of downloaded images, you need to use sqlite browser to read it. It is stored in db.sqlite
works like a charm! thank you!