Fix AstronomyPOTD

This commit is contained in:
Bastian Kleineidam 2013-02-18 20:03:42 +01:00
parent 6155b022a6
commit 270510bdc5

View file

@ -145,6 +145,7 @@ class AstronomyPOTD(_BasicScraper):
stripUrl = 'http://antwrp.gsfc.nasa.gov/apod/ap%s.html'
imageSearch = compile(r'<a href="(image/\d{4}/[^"]+)"')
multipleImagesPerStrip = True
noImageurls = set(['http://antwrp.gsfc.nasa.gov/apod/ap130218.html'])
prevSearch = compile(r'<a href="(ap\d{6}\.html)">&lt;</a>')
help = 'Index format: yymmdd'