Skip to content
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

Feature idea: Enable user login on bobx.com #482

Closed
ThunderX2020 opened this issue Nov 23, 2019 · 9 comments
Closed

Feature idea: Enable user login on bobx.com #482

ThunderX2020 opened this issue Nov 23, 2019 · 9 comments

Comments

@ThunderX2020
Copy link

Download from bobx.com has stopped working. Every single image that gets downloaded is actually a caption that states we need to be a BobX member to download. Looks like we now need the ability to sign in to bobx.com from gallery-dl.

https://imgur.com/doswWRk

@mikf mikf closed this as completed in b28bd1c Nov 25, 2019
@mikf
Copy link
Owner

mikf commented Nov 25, 2019

Should be working again without logging in. As for right now BobX accepts any session cookie, regardless if it came from an actual login or if it's just randomly generated.

@ThunderX2020
Copy link
Author

Thanks for checking mikf!

Unfortunately the issue is still occurring now. Every single file in every single folder that is downloaded is a 275KB JPG with that annoying caption. Indeed I can view the pictures from a browser session without having to be logged in, but download from gallery-dl isn't working.

@ThunderX2020
Copy link
Author

I think I figured out what's happening. We can view the low-res images without being logged in but we cannot view the high-res pictures, which are the ones that gallery-dl fetches.

Example (NSFW)

OK
http://www.bobx.com/av-idol/bunko-kanazawa/bunko-kanazawa-721692.html
NOT OK
http://www.bobx.com/av-idol/bunko-kanazawa/large-bunko-kanazawa-721692.html

@mikf
Copy link
Owner

mikf commented Nov 26, 2019

Just to make sure: you are using the latest git snapshot of gallery-dl, right?
Because downloading the gallery from your example links with b28bd1c work fine on my end, even when using a public proxy, and the BobX CI test also ran successfully.

@ThunderX2020
Copy link
Author

Ah! I'm using the standalone Windows executable. Has this update reached the v1.10.6 build yet? If not, that explains it, and I'll wait for the updated build.

Thanks!

@mikf
Copy link
Owner

mikf commented Nov 26, 2019

This update hasn't been put into any executable or Python package yet, but what you can do to get it to work with the current version is setting a BobXUser cookie in gallery-dl:

  • create a new empty text file
  • put the following inside
    # Netscape HTTP Cookie File
    
    .bobx.com	TRUE	/	FALSE	2196573020	BobXUser	1574493020.94.217.209.212.2196573020.729237
    
  • load it with --cookies when downloading from BobX
    $ gallery-dl --cookies "path/to/cookiefile.txt" http://www.bobx.com/av-idol/bunko-kanazawa/photoset/graphis-2003-05-0-2-8.html
    

@mutter1978
Copy link

Is working now!, Just how @mikf said.
Thanks alot guys.

@nvmnghia
Copy link

Is the website closed now?

@mikf
Copy link
Owner

mikf commented Jul 18, 2020

@nvmnghia seems like it. It wasn't really accessible for about a month now, and the one forum thread I found also confirms that: https://scanlover.com/d/7607-what-happened-to-bobx-com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants