Changelog:
- Move updatedLimitCount to outer loop of member.
Download link for Pixiv Downloader 20130804, source code in GitHub.
small collection of my stuff!
Changelog:
Download link for Pixiv Downloader 20130804, source code in GitHub.
Comments are closed.
Thanks
I’m having an issue with giving the downloader permission to read my list.txt file, I figured it was something simple as just having the thing run via admin, but the problem persists. Here’s the paste of what the console shows: http://pastebin.com/UYSDWRG9.
1. Make sure the file is the correct folder, in your case: C:UsersTDesktoppixivlist.txt (case sensitive).
2. Try to move the pixiv folder to somewhere else, e.g.: D:pixiv?
Alright that seemed to be the case with me having the directory typed in wrong or something like that, but now I’m getting permission denied even though the text file and the PixivUtil app have all permissions I can give them. Basically the both of them have full control, here’s a pastebin of what the console is showing now: http://pastebin.com/LueCEUvw
I also moved the entire thing to C:pixiv so it should just be C:pixiv for the download list directory, right?
That’s weird, is it possible for to try in another pc? Can you upload your list.txt to mediafire?
Oh wow I feel dumb now, I didn’t have file extensions showing so the file was list.txt.txt ; I’ve got it working now thankfully.
Fun error I ended having on my Linux box:
When going, eg “python PixivUtil2.py -s 2 38344819 -x &> error.log” to get a sample of it, output would be
http://pastebin.com/CicEBepc
I shall try to troubleshoot from this end revert some configuration changes, no idea what can cause this.
On WIndows everything is ok.
Unicode Error… Looks like the python library in Linux have problem with it.
Try to change the filenameformat without the title/tag/artist name? Use only the member_id and image_id.
Can do, all my “What?” is because it was able to do so yesterday.
With no problems.
I found what caused a problem, but now why it was caused.
When using terminal from physical machine, everything is perfect. When using ssh with putty, it does not work as shown.
No idea why.
I hope not to be a bother, I have two little suggestions for the tool. And I’m completely sorry if either of them has been addressed already or if the functionality is already in the program and I couldn’t notice it.
1) When downloading from list the titlebar of the program is updated with the MemberID being downloaded and the Page nr. Can’t you include a counter as well, so we can quickly know how far we are in the list? Something in the lines of MemberId: 1234 Page: 5 Order: 9 of 17.
2) I have many galleries ripped that have (literally) thousands of images. So whenever I run the update there’s only a few new images to be saved, but it checks every image in every page to see whether if it’s been downloaded or not. That wastes a lot of time, since the tool downloads in a given order and normally once it founds one image it downloaded, all the further images in the user have been downloaded as well (but the tool still checks it). Can’t you add a variable in the config to determine that after a given amount of coincidences it skips to the next user? If the value in the variable is 0 then it works as normal (it checks every picture), but with any positive integer value the tool skips to the next user in the list once there is that given amount of files already downloaded consecutively.
Thank you for your time.
1.> Put your request in https://github.com/Nandaka/PixivUtil2/issues so I remember before releasing the next version 😀
2.> Set
checkUpdatedLimit
in config.ini. Check the readme.txt for more details.1) Done.
2) What an idiot, I’m so sorry. The worst thing is that I did read Readme.txt
Thanks a lot.
I do not see this request? if it wasn’t added, I may do so next time I would get here.
Also, added my own feature request.
I’d love to be able to set a folder where errors / logs / etc would br wrotten.
I see a bunch of changes in GitHub. What did they do?
Download by Group ID, see: http://www.pixiv.net/group/
Still in testing 😀
hey, is there any way to download the image type only?
not the “mode : manga”
thx
Nope.
want to ask..
can we choose the pic size we want download with this?
Nope, it will download the largest available picture.
okay i see…
thanks
I tried with a simplest password but it still didn’t work.
anyway, tks for your help 🙂
that’s weird. Do you have firewall? Try to use proxy? Maybe your network got some issue? or you can try it on another pc?
or you can use cookie login:
1. Login to pixiv through your browser, tick the remember checkbox.
2. Copy the cookie for PHPSESSID to config.ini (search google how to do it)
Tks, it work now by using cookie. sorry for disturb you. many thanks.
I have this error in every time I try to download in Member ID mode
AttributeError: ‘NoneType’ object has no attribute ‘ul’
Can you help me?
Any member_id? can you upload your log file and config.ini to pastebin?
It is working in my pc.
Any member_id have same error, I didn’t try the other mode.
Log file: pastebin.com/ZTD1FBU7
Config: pastebin.com/ptWKy5sT
Can you upload Error page for member 59958.html to mediafire?
Also, do you set the languange in pixiv website to english/japanese?
I set to English and this is my file: http://www.mediafire.com/?c2h79tmqolxkv9k
Looks like the page is redirected to login page.
Try to check your username/password (or change the password to simpler one for testing).
It works, thank you!