fixed foul language
This commit is contained in:
parent
62a3a55b82
commit
71ed9ad69d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class FoulLanguage(_BasicScraper):
|
|||
url = 'http://www.fowllanguagecomics.com/'
|
||||
stripUrl = url + 'comic/%s'
|
||||
firstStripUrl = stripUrl % 'part-of-the-process'
|
||||
imageSearch = compile(tagre("img", "src", r'(http://i\d\.wp\.com/www\.fowllanguagecomics\.com/wp-content/uploads/\d+/\d+/[^"]+\.[a-z]+)', after="comic"))
|
||||
imageSearch = compile(tagre("img", "src", r'(http://i\d\.wp\.com/www\.fowllanguagecomics\.com/wp-content/uploads/\d+/\d+/[^"]+\.[a-z]+).*'))
|
||||
prevSearch = compile(tagre("a", "href", r'([^"]+)', after="comic-nav-previous"))
|
||||
help = 'Index format: yyyy/mm/stripname'
|
||||
|
||||
|
|
Loading…
Reference in a new issue