diff --git a/dosagelib/plugins/f.py b/dosagelib/plugins/f.py index 348edf73a..8f5cbd5fe 100755 --- a/dosagelib/plugins/f.py +++ b/dosagelib/plugins/f.py @@ -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'