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

I can't download from coomer.su (403 Forbidden Error) #7121

Closed
matheusviniciusrodriguesbrito opened this issue Mar 5, 2025 · 2 comments
Closed

Comments

@matheusviniciusrodriguesbrito

Hello, I’ve been trying to use Gallery-DL to download content from Coomer.su, but I keep running into issues, specifically the "403 Forbidden" error. I’ve already followed the instructions for configuring Gallery-DL with cookies, but it still doesn’t work. Here's what I've tried:

Cookies Setup: I’ve extracted my cookies from Coomer.su and set them up in a configuration file (gallery-dl.conf) as shown below:

{
  "extractor": {
    "coomer.su": {
      "cookies": {
        "__ddg10_": "cookie",
        "__ddg1_": "cookie",
        "__ddg2_": "cookie",
        "__ddg5_": "cookie",
        "__ddg8_": "1cookie",
        "__ddg9_": "cookie",
        "__ddgid_": "cookie",
        "__ddgmark_": "cookie",
        "thumbSize": "180"
      }
    }
  }
}

Command Used: I used the following command to download the content:

gallery-dl --config "C:\Users\User\Documents\gallery-dl.conf" -d "C:\Users\User\Dropbox\nicolebun" "https://coomer.su/onlyfans/user/nicolebun"

Despite this, I still receive the 403 Forbidden error when trying to download files. The URL for the file is returned, but Gallery-DL doesn’t download the content.

I've also tried:

Changing the cookie values multiple times. (Before I was only using the ddg1 and ddg2 cookies)
Checking if the URL is correct.
Trying different extraction methods, but nothing works.
Does anyone know what I’m doing wrong or what could be causing the issue?

@mikf
Copy link
Owner

mikf commented Mar 7, 2025

Try using a Netscape cookies.txt file or --cookies-from-browser instead of setting cookies as name-value pairs in your config.

@Gitphex
Copy link

Gitphex commented Mar 8, 2025

Using --cookies cookies-coomer-su.txt worked for me, previously using the Export cookies addon on Firefox to obtain the cookies-coomer-su.txt file.

Greetings.

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

No branches or pull requests

3 participants