-
-
Notifications
You must be signed in to change notification settings - Fork 968
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
Kemono.Party DDoS cookies issue #1716
Comments
The cookie values in your config example need a comma "kemonoparty":
{
"cookies": "C:/Users/Zyy/gallery-dl/cookies-kemono-party.txt"
},
|
Like so? (doesn't work either)
I tried linking the txt file directly as well, and just tried again, directly copy and pasting your example, and I still get the error. |
Is your config file actually in one of the places listed here? You not getting a warning for missing commas and it not working with what you posted in #1716 (comment) makes me think that this might be the case. (assuming what you posted here is just the You could also try $ gallery-dl --cookies "C:/Users/Zyy/gallery-dl/cookies-kemono-party.txt" https://kemono.party/fanbox/user/7356311/post/802343
# or
$ gallery-dl -c "C:\path\to\config.file" https://kemono.party/fanbox/user/7356311/post/802343 |
I got it working, just before seeing that you posted a new reply. Thanks for your time and help :) |
Weird, both paths should work the same. At least you got it working. gallery-dl/gallery_dl/config.py Lines 28 to 29 in 13d4045
|
I'm having an issue with kemono.party, where it's telling me that I haven't set the DDoS Guard cookies.
I've tried adding them manually to the default config linked on the git page, but I'm assuming I did it incorrectly:
I also tried adding them via the cmd, with an exported file from Firefox, with the linked plugin on the git page, and it tells me:
Running the "gallery-dl --list-extractors" command is telling me I have both the extractors "KemonopartyPostExtractor" and "KemonopartyUserExtractor"
The text was updated successfully, but these errors were encountered: