From d7180eaf99143422fc1d417260753e547d9753ad Mon Sep 17 00:00:00 2001 From: Kevin Anthony Date: Wed, 2 Sep 2015 11:04:32 -0400 Subject: [PATCH] removed bad whitespace --- dosagelib/plugins/b.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosagelib/plugins/b.py b/dosagelib/plugins/b.py index 02eb2d3f9..757ae6aeb 100644 --- a/dosagelib/plugins/b.py +++ b/dosagelib/plugins/b.py @@ -160,7 +160,7 @@ class BloomingFaeries(_BasicScraper): imageSearch = compile(tagre("img", "src", r'http://www.bloomingfaeries.com/wp-content/uploads([^"]+)', after='title')) prevSearch = compile(tagre("a", "href", r'([^"]+)', after='comic-nav-base comic-nav-previous')) help = 'Index format: stripname' - + @classmethod def imageUrlModifier(cls, imageUrl, data): print imageUrl