Fix WebDesignerCOTW
This commit is contained in:
parent
62af4b875e
commit
80c24a10c0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class WayfarersMoon(_BasicScraper):
|
||||||
class WebDesignerCOTW(_BasicScraper):
|
class WebDesignerCOTW(_BasicScraper):
|
||||||
url = 'http://www.webdesignerdepot.com/'
|
url = 'http://www.webdesignerdepot.com/'
|
||||||
starter = indirectStarter(url,
|
starter = indirectStarter(url,
|
||||||
compile(tagre("a", "href", r'(http://www\.webdesignerdepot\.com/\d+/\d+/comics-of-the-week-\d+/)')))
|
compile(tagre("a", "href", r'(http://www\.webdesignerdepot\.com/\d+/\d+/[^"]+/)')))
|
||||||
stripUrl = url + '%s/'
|
stripUrl = url + '%s/'
|
||||||
firstStripUrl = stripUrl % '2009/11/comics-of-the-week-1'
|
firstStripUrl = stripUrl % '2009/11/comics-of-the-week-1'
|
||||||
imageSearch = (
|
imageSearch = (
|
||||||
|
|
Loading…
Reference in a new issue