adding LastNerdsOnEarth
This commit is contained in:
parent
a1e79cbbf2
commit
b0dc510b08
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ class LasLindas(_BasicScraper):
|
|||
help = 'Index format: stripname'
|
||||
|
||||
|
||||
class LastNerdsOnEarth(_ParserScraper):
|
||||
url = 'http://www.lastnerdsonearth.com/latest/'
|
||||
imageSearch = '//div[@id="content"]/a/img'
|
||||
prevSearch = '//div[@id="comicnav"]/a[last()-2]'
|
||||
|
||||
|
||||
class LeastICouldDo(_BasicScraper):
|
||||
url = 'http://www.leasticoulddo.com/'
|
||||
rurl = escape(url)
|
||||
|
|
Loading…
Reference in a new issue