Gallery-dl: [Site Support Request] furaffinity.net

Created on 28 May 2019  路  6Comments  路  Source: mikf/gallery-dl

I hope Furaffinity can be supported

Link to their official GitHub, sorry I cannot find their official API, but I have seen someone already created their downloader

An account you can test to

site-support-request

Most helpful comment

Seems like a lot of folks want this, so there you go: 138135c190bf05d9b5429945a777498a5313aa11, c7cf9dd111c15f1f63cd8395a3a99b025c1a962e

Extractors for:

  • galleries
  • scraps
  • favorites
  • user profiles
  • individual posts

Logging in the regular way isn't possible thanks to CAPTCHA protection, but you only need two cookies, which basically never expire, to access mature/restricted content, named a and b. Use browser dev tools or whatever to get their values and add them to your config file like so:

        "furaffinity": {
            "cookies": {
                "a": "...",
                "b": "..."
            }
        },

It supports both classic and modern layout out of the box. A few metadata entries as well as support for journals and folders are currently missing, but I'll add those things in due time. Let me know if I forget somethings else or if there are any bugs.

All 6 comments

Seems like a lot of folks want this, so there you go: 138135c190bf05d9b5429945a777498a5313aa11, c7cf9dd111c15f1f63cd8395a3a99b025c1a962e

Extractors for:

  • galleries
  • scraps
  • favorites
  • user profiles
  • individual posts

Logging in the regular way isn't possible thanks to CAPTCHA protection, but you only need two cookies, which basically never expire, to access mature/restricted content, named a and b. Use browser dev tools or whatever to get their values and add them to your config file like so:

        "furaffinity": {
            "cookies": {
                "a": "...",
                "b": "..."
            }
        },

It supports both classic and modern layout out of the box. A few metadata entries as well as support for journals and folders are currently missing, but I'll add those things in due time. Let me know if I forget somethings else or if there are any bugs.

Thanks a ton mikf! Only thing I can think of right now is maybe mention the above cookie magic trick in the configuration.rst, which worked perfect I'll add! <3

thanks man, this is work beautifully.

        "furaffinity":
        {
            "filename": "{date:%Y_%m_%d_%H_%M}_{title}.{extension}",
            "directory": ["{category}"],
            "cookies":
                {
                "a": "...",
                "b": "..."
                }
        },

Thanks a ton. I can't wait to try it out, but FA is down atm. Really hoping that IB (InkBunny) follows soon.

In supportedsites.rst shouldn't it be mentioned that authentication is required for this site?

I mean, you can always make those updates for yourself, and then simply send in a Pull Request, so all new changes can be added with literally only a single click. It's really easy, and you can do it right via the GitHub website, you don't need any git client or something. 馃槈

@Hrxn: Just an end user and not a programmer, so no idea how to do it. Simply wanted to mention that if someone can update the docs then others won't have to search for the info. like I had to.

It's not a programming edit you're asking for, it's literally editing a text file.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

OvertPerson picture OvertPerson  路  5Comments

w158297 picture w158297  路  4Comments

CaptainJawZ picture CaptainJawZ  路  5Comments

TestPolygon picture TestPolygon  路  3Comments

rawesomeawesome picture rawesomeawesome  路  3Comments