CucumberQuest fixes.
This commit is contained in:
parent
3f6df92fef
commit
2b98cf0079
1 changed files with 2 additions and 1 deletions
|
@ -330,8 +330,9 @@ class CraftedFables(_BasicScraper):
|
||||||
class CucumberQuest(_BasicScraper):
|
class CucumberQuest(_BasicScraper):
|
||||||
url = 'http://cucumber.gigidigi.com/'
|
url = 'http://cucumber.gigidigi.com/'
|
||||||
stripUrl = url + 'archive/%s/'
|
stripUrl = url + 'archive/%s/'
|
||||||
|
firstStripUrl = stripUrl % 'page-1'
|
||||||
starter = indirectStarter(url + 'recent.html',
|
starter = indirectStarter(url + 'recent.html',
|
||||||
compile(r'window\.location="(/archive/page-\d+/)"'))
|
compile(r'window\.location="(/archive/[^"]+/)"'))
|
||||||
imageSearch = compile(tagre("img", "src", r'(http://cucumber\.gigidigi\.com/wp-content/webcomic/cq/[^"]+)'))
|
imageSearch = compile(tagre("img", "src", r'(http://cucumber\.gigidigi\.com/wp-content/webcomic/cq/[^"]+)'))
|
||||||
prevSearch = compile(tagre("a", "href", r'(http://cucumber\.gigidigi\.com/archive/[^"]+/)', after="previous"))
|
prevSearch = compile(tagre("a", "href", r'(http://cucumber\.gigidigi\.com/archive/[^"]+/)', after="previous"))
|
||||||
help = 'Index format: stripname'
|
help = 'Index format: stripname'
|
||||||
|
|
Loading…
Reference in a new issue