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
Seems like a lot of folks want this, so there you go: 138135c190bf05d9b5429945a777498a5313aa11, c7cf9dd111c15f1f63cd8395a3a99b025c1a962e
Extractors for:
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.
Most helpful comment
Seems like a lot of folks want this, so there you go: 138135c190bf05d9b5429945a777498a5313aa11, c7cf9dd111c15f1f63cd8395a3a99b025c1a962e
Extractors for:
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
aandb. Use browser dev tools or whatever to get their values and add them to your config file like so: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.