Quote:
Originally Posted by MonicaOP
Hi, well, I was wondering, how can you add sites to the plug in? Is there a way to do it? Taking into account that I'm completely clueless to everything that is searchable in google or something.
Thank you, be well, Monica
|
First of all, you need to be able to program in python - ownedbycats posted the link directly to the place where you can
check how the adapters are coded (basically, each site has an "adapter" that makes FFF able to download from it).
If you don't know how to program in python, you can always create an issue in the github for FFF, specifying which site it is that you want added. Note that generally, people mostly create adapters for sites that they are interested in reading themselves, so your issue might languish, unfixed, for quite some time. Your best bet to get a site added is if it is very similar to an existing supporting site, such as if it is a xenforo-forum site.
If you want to learn how to do it yourself, your best bet (IMHO) is studying one of the existing (preferably simpler) adapters and making sure you understand how that one functions, then trying to write your own adapter for the site you are interested in. Once you've got it working for the stories you are interested in, try it out for a few other stories on that site, too, then create a pull request for JimmXinu to add your adapter to FFF.
Good luck!