From cd4f2c2717f32944af663f4e18211b0138423e14 Mon Sep 17 00:00:00 2001 From: cryzed Date: Sat, 7 Jun 2014 02:26:39 +0200 Subject: [PATCH] Added comment as a reminder for an obscure parsing bug --- fanficdownloader/adapters/adapter_voracity2eficcom.py | 2 ++ 1 file changed, 2 insertions(+) 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'