Skip to content

Permission errors when downloading #2412

Description

@MrSeyker

This example is for furaffinity, but I've also experienced this one when trying to download from exhentai. I got around the later by changing base-directory from "./gallery-dl/" to "~/gallery-dl/".

F:\gallery-dl>gallery-dl -i links.txt
[furaffinity][error] Unable to download data: PermissionError: [Errno 13] Permi
ssion denied: '\\?\F:\gallery-dl\gallery-dl\furaffinity\bigdad\46369348.
txt'
[furaffinity][error] Unable to download data: PermissionError: [Errno 13] Permi
ssion denied: '\\?\F:\gallery-dl\gallery-dl\furaffinity\bigdad\Scraps\4
5996906.txt'

I've downloaded to that destination folder before, but now I'm trying to get new pictures and it just won't work.

This is my furaffinity extractor

    "furaffinity":
    {
        "blacklist": ["twitter"],
        "parent-directory": true,
        "postprocessors": [{
            "name": "metadata",
            "event": "post",
            "filename": "{id}.txt",
            "filter": "'http://' in description or 'https://' in description",
            "mode": "custom",
            "format": "{description}\n"
        }],
        "cookies": {
            "a": "78fda0a9-b21a-4686-944a-bb9edef7a42b",
            "b": "61755f99-fd52-47a1-83ee-9ef0b2174622"
        },
        "descriptions": "text",
        "external": true,
        "include": "gallery,scraps",
        "layout": "auto"
    },

EDIT:

Ok, this is a very specific error.

Trying to donwload this URL fails no matter what I try https://www.furaffinity.net/user/bigdad/
Then tested this one which works just fine https://www.furaffinity.net/user/yawg/

Same extractor, the only change for the test was switching to a whitelist that only accepts imgur links. But still no dice on that first gallery.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions