Fix AstronomyPOTD
This commit is contained in:
parent
6155b022a6
commit
270510bdc5
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ class AstronomyPOTD(_BasicScraper):
|
||||||
stripUrl = 'http://antwrp.gsfc.nasa.gov/apod/ap%s.html'
|
stripUrl = 'http://antwrp.gsfc.nasa.gov/apod/ap%s.html'
|
||||||
imageSearch = compile(r'<a href="(image/\d{4}/[^"]+)"')
|
imageSearch = compile(r'<a href="(image/\d{4}/[^"]+)"')
|
||||||
multipleImagesPerStrip = True
|
multipleImagesPerStrip = True
|
||||||
|
noImageurls = set(['http://antwrp.gsfc.nasa.gov/apod/ap130218.html'])
|
||||||
prevSearch = compile(r'<a href="(ap\d{6}\.html)"><</a>')
|
prevSearch = compile(r'<a href="(ap\d{6}\.html)"><</a>')
|
||||||
help = 'Index format: yymmdd'
|
help = 'Index format: yymmdd'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue