Quote:
Originally Posted by Firedancer885
which files do I need to modify to add an adapter to my copy of FFDL? I only want to get 1 story from a small archive (based on efiction).
|
The project source code is kept
here, but a calibre plugin is just a zip of all the python code anyway.
To add a new adapter, you need to add a new file:
fanficdownloader/adapters/adapter_<sitename>.py
...and edit: fanficdownloader/adapters/__init__.py to import your new file.