Quote:
Originally Posted by ownedbycats
Out of curiosity: If I remove the identifier from the metadata and then disable "search inside ebooks for story URL," FanFicFare can still get the URL on previously downloaded fics. Where is it getting it from?
|
Code is
here.
It looks for URL in Calibre identifiers, then if there's an epub, it uses Calibre methods to look for identifiers inside the epub metadata, then it looks for
dc:source tags with a URL and then finally if all those fail it optionally looks inside the ebook
contents (not metadata) for a story URL.
I vaguely recall adding all those back in the early days of FFDL for users copying epubs from other libraries, importing epubs from FFDL CLI, etc.