Fix AlienShores

This commit is contained in:
Bastian Kleineidam 2013-02-12 21:14:32 +01:00
parent 9ec4a44953
commit 7375fa042f

View file

@ -214,7 +214,7 @@ class AirForceBlues(_BasicScraper):
class AlienShores(_BasicScraper):
url = 'http://alienshores.com/alienshores_band/'
stripUrl = url + '%s'
imageSearch = compile(tagre("img", "src", r'(http://alienshores\.com/alienshores_band/comics/[^"]+)'))
imageSearch = compile(tagre("img", "src", r'(http://alienshores\.com/alienshores_band/wp-content/uploads/[^"]+)'))
prevSearch = compile(tagre("a", "href", r'(http://alienshores\.com/[^"]+)', after="prev"))
help = 'Index format: yyyy/mm/dd/p<nn>/'