Added Space Junk Arlia comic
This commit is contained in:
parent
fb37f946e0
commit
81821dc450
1 changed files with 7 additions and 0 deletions
|
@ -383,6 +383,13 @@ class SpaceTrawler(_WordPressScraper):
|
|||
prevSearch = '//a[%s]' % xpath_class('navi-prev')
|
||||
endOfLife = True
|
||||
|
||||
class SpaceJunkArlia(_BasicScraper):
|
||||
url = 'http://spacejunkarlia.com'
|
||||
stripUrl = url + '/index.php?strip_id=%s'
|
||||
firstStripUrl = stripUrl % '0'
|
||||
imageSearch = compile(tagre('img', 'src', r'(comics/[^"]+)'))
|
||||
prevSearch = compile(tagre('a', 'href', r'(\?strip_id=\d+)') + '<<')
|
||||
help = 'Index format: number'
|
||||
|
||||
class Spamusement(_BasicScraper):
|
||||
url = 'http://spamusement.com/'
|
||||
|
|
Loading…
Reference in a new issue