You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a comic has a JSON/XML API we can use, we still have to subclass _ParserScraper or _BasicScraper even if we don't use that functionality. Refactor the base classes, so we have something simple to subclass for easy API traversal.
The text was updated successfully, but these errors were encountered:
Currently, if a comic has a JSON/XML API we can use, we still have to subclass
_ParserScraper
or_BasicScraper
even if we don't use that functionality. Refactor the base classes, so we have something simple to subclass for easy API traversal.The text was updated successfully, but these errors were encountered: