-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pixiv Fanbox Downloader? #402
Comments
I never use that feature, how does it works? |
In simplest words, Patreon, but directly linked to pixiv account of all participants. Do you need test pages? |
Checked one of the pixiv fanbox, I can get the ajax call for retriving the posts and the post details: both with empty body element, because I'm not the patron. Do you have samples for those messages? |
Got one with open post: https://www.pixiv.net/ajax/fanbox/post?postId=481 |
Two examples are included. |
any referer need to be passed, or you can just download the file based on the current cookies value? |
If tests are correct - 403 when not logged in, image from empty page with just URL when logged in, cookies are enough. |
... That was poorly worded. So, cookies. |
Maybe release beta3 before this? |
Following URLs look like Attaching JSON files that were returned to me. |
Alternatively, it could be better to get list of people supported from |
Let me be overly direct. What I need to donate for you to consider working on this? |
Time? a bit busy with real works, so might not be possible for me to create new features. |
@NHOrus is it possible for you to send you username/password to my mail, so I can test the feature, as I don't follow any fanbox (or do they have 0 yen plan?) |
Well, hope it works successfully. |
You can try this one. Please check the changelog. |
It downloads one image from post when there's multiple. Because it tries to save them into same filename and overwrite is disabled. |
Check your As for the cover image, it uses the I'm using The given filename for the images are randomized from the API, fyi. |
also, I forgot to add the post id to the cover image, so for now it will shows only the original filename... |
I will try with %urlFilename% |
Or with %page_number%, file names end with |
|
with |
I completely misunderstood what %urlFilename% does, I expected only hash-looking thing for that. |
updated for cover filename, now it will include the post id, but without the _p. |
Will test it a bit later. |
Well, it appears to be working correctly. Thank you very much. If I encounter any bugs, I will open new issue. |
Error at doLogin(): (<class 'mechanize._response.httperror_seek_wrapper'>, <httperror_seek_wrapper (urllib2.HTTPError instance) at 0x33732d0 whose wrapped object = <closeable_response at 0x33b2bc0 whose fp = <response_seek_wrapper at 0x33b22d8 whose wrapped object = <closeable_response at 0x33b2670 whose fp = <socket._fileobject object at 0x033A7DF0>>>>>, <traceback object at 0x03361A58>) |
and if i remove cookies from config.ini it will show Server reply: {u'captcha': u'Complete the reCAPTCHA verification'} |
see #505 |
Possible option to get images from people whom I patron?
The text was updated successfully, but these errors were encountered: