diff --git a/fanficdownloader/adapters/adapter_voracity2eficcom.py b/fanficdownloader/adapters/adapter_voracity2eficcom.py index d2efa7cc..006c27c6 100644 --- a/fanficdownloader/adapters/adapter_voracity2eficcom.py +++ b/fanficdownloader/adapters/adapter_voracity2eficcom.py @@ -12,6 +12,8 @@ def getClass(): return Voracity2EficComAdapter +# If there ever appears an unreproducible parsing error, check if the theme is +# set to the default theme: "Simple Elegance" class Voracity2EficComAdapter(BaseSiteAdapter): SITE_ABBREVIATION = 'voe' SITE_DOMAIN = 'voracity2.e-fic.com'