Originally Posted by JimmXinu
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.
|