0d8e1b4a6f
This was a funny bug that has existed for 9 years. It only manifests if a scraper name starts with the configured basepath... Since the default basepath is `Comics`, this might manifest if the user wants to fetch something like `ComicsKingdom/Tiger`. Internally, dosage was removing the prefix matching the basepath, so we end up with `Kingdom/Tiger`. This won't cause any problems as long as this substring is still unique for all supported comics, but if this now matches multiple comics, an error is thrown... |
||
---|---|---|
.. | ||
__pyinstaller | ||
data | ||
plugins | ||
__init__.py | ||
cmd.py | ||
comic.py | ||
configuration.py | ||
director.py | ||
events.py | ||
helpers.py | ||
http.py | ||
languages.py | ||
loader.py | ||
output.py | ||
rss.py | ||
scraper.py | ||
singleton.py | ||
updater.py | ||
util.py | ||
xml.py |