added text to ScandinaviaAndTheWorld

This commit is contained in:
Damjan Košir 2015-07-07 19:48:25 +12:00
parent 5f243e3868
commit 119a3cd13a

View file

@ -63,6 +63,7 @@ class ScandinaviaAndTheWorld(_ParserScraper):
starter = indirectStarter(url, '//a[text()="View latest comic"]') starter = indirectStarter(url, '//a[text()="View latest comic"]')
imageSearch = '//img[@itemprop="image"]' imageSearch = '//img[@itemprop="image"]'
prevSearch = '//a[@accesskey="p"]' prevSearch = '//a[@accesskey="p"]'
textSearch = '//span[@itemprop="articleBody"]'
help = 'Index format: stripname' help = 'Index format: stripname'