From 635216e93e13c334a24e0899cc9c1e947dd5e59f Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sun, 21 May 2017 10:40:01 -0500 Subject: [PATCH] Add a comment & some space clean up. --- fanficfare/adapters/adapter_fictionmaniatv.py | 2 ++ fanficfare/configurable.py | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/fanficfare/adapters/adapter_fictionmaniatv.py b/fanficfare/adapters/adapter_fictionmaniatv.py index 530312eb..25577e09 100644 --- a/fanficfare/adapters/adapter_fictionmaniatv.py +++ b/fanficfare/adapters/adapter_fictionmaniatv.py @@ -165,4 +165,6 @@ class FictionManiaTVAdapter(BaseSiteAdapter): if self.getConfig('non_breaking_spaces'): return content.replace(' ', ' ') + ## Normally, getChapterText should use self.utf8FromSoup(), + ## but this is converting from plain(ish) text. -- JM return content diff --git a/fanficfare/configurable.py b/fanficfare/configurable.py index c8d7a250..9b669ebc 100644 --- a/fanficfare/configurable.py +++ b/fanficfare/configurable.py @@ -1171,9 +1171,9 @@ class Configurable(object): extrasleep=None, referer=None): return self.configuration._fetchUrlOpened(url, - parameters, - usecache, - extrasleep, + parameters, + usecache, + extrasleep, referer=referer) def _fetchUrl(self, url,