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... |
||
---|---|---|
.. | ||
mocks | ||
modules | ||
responses | ||
conftest.py | ||
httpmocks.py | ||
test_comicnames.py | ||
test_dosage.py | ||
test_helpers.py | ||
test_modules.py | ||
test_rss.py | ||
test_scraper.py | ||
test_singletoninstance.py | ||
test_util.py | ||
test_vote.py | ||
test_xml.py |