crouvpony47 / furdown

A mass download tool for FurAffinity written in C#
MIT License
75 stars 7 forks source link

Feature Request - Linux build? #28

Open realwumbl3 opened 3 years ago

realwumbl3 commented 3 years ago

Would it be possible to get a Linux build that could run on my Ubuntu 20.04 installation?

How difficult would that be?

crouvpony47 commented 3 years ago

I want this app to run on non-Windows platforms too (you can see some #defines hinting at that in the code), but at this moment I see no easy solution for that. Any suggestions are, of course, welcome.

The core is crossplatform and runs just fine under mono, but there are two aspects that are more problematic:

As for the reasons why I've chosen to use a fully-featured embedded browser: FA is popular target for attacks so they employ a very aggressive DDoS protection; any custom solution to bypass these checks will require continuous maintenance, and there should still be a way to pass captchas both for these checks and for regular sign in process.

I can also suggest you have a look at gallery-dl - it does have an extractor for furaffinity, and, whilst it is missing a few features furdown has (most notably it lacks an efficient detection of sneakily updated content), it should at least run on Linux without an overhead of a complete Windows VM.