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

JSONDecode Error - MangaSee url #2560

Closed
Anskrevy opened this issue May 5, 2022 · 3 comments
Closed

JSONDecode Error - MangaSee url #2560

Anskrevy opened this issue May 5, 2022 · 3 comments

Comments

@Anskrevy
Copy link

Anskrevy commented May 5, 2022

I ran this command

gallery-dl --verbose "https://mangasee123.com/manga/The-100-Girlfriends-Who-Really-Really-Really-Really-Really-Love-You"

And got this output https://pastebin.com/etb8dZDQ . I would paste it here but it's over 2000 lines. If it would be better to paste here please let me know and I will edit this post.

@mikf
Copy link
Owner

mikf commented May 5, 2022

This site now needs a PHPSESSID cookie to show actual chapter data, it seems.

Any 26 character long value seems to work, so you can do
-o cookies.PHPSESSID=aaaaaaaaaaaaaaaaaaaaaaaaaa

If that doesn't resolve the error for you, export the cookies for mangasee123.com from your browser and use those: --cookies cookies-mangasee123-com.txt.

@kattjevfel
Copy link
Contributor

Wouldn't it be useful if gallery-dl just randomised a 26 character string for PHPSESSID then?

@Anskrevy
Copy link
Author

Anskrevy commented May 5, 2022

This site now needs a PHPSESSID cookie to show actual chapter data, it seems.

Any 26 character long value seems to work, so you can do -o cookies.PHPSESSID=aaaaaaaaaaaaaaaaaaaaaaaaaa

This worked but I would like to note that this is the only mangasee url that has had this issue out of 19 total urls. Closing this issue.

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

3 participants