removed bad whitespace
This commit is contained in:
parent
6e8231e78a
commit
d7180eaf99
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue