Fixing DogHouseDiaries
This commit is contained in:
parent
c0619e8dca
commit
475739ea60
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class DogHouseDiaries(_BasicScraper):
|
||||||
stripUrl = url + '%s'
|
stripUrl = url + '%s'
|
||||||
firstStripUrl = stripUrl % '34'
|
firstStripUrl = stripUrl % '34'
|
||||||
prevSearch = compile(r"<a id='previouslink' href='(http://thedoghousediaries.com/\d+)'")
|
prevSearch = compile(r"<a id='previouslink' href='(http://thedoghousediaries.com/\d+)'")
|
||||||
imageSearch = compile(r"<img src='(dhdcomics/\d{4}-\d{2}-\d{2}[^']+)'")
|
imageSearch = compile(r"<img src='(dhdcomics/[^']+)'")
|
||||||
help = 'Index format: number'
|
help = 'Index format: number'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue