removing mismerge
This commit is contained in:
parent
dc014a7cb4
commit
dae2698102
1 changed files with 0 additions and 18 deletions
|
@ -65,15 +65,6 @@ class RedsPlanet(_BasicScraper):
|
|||
prevSearch = compile(tagre("a", "href", r'(%srp/[^"/]+/[^"/]+/)' % rurl))
|
||||
help = 'Index format: chapter/stripname'
|
||||
|
||||
class RedsPlanet(_BasicScraper):
|
||||
description = u"Red's Planet"
|
||||
url = 'http://www.redsplanet.com/comic/'
|
||||
rurl = escape(url)
|
||||
stripUrl = url + 'rp/%s/'
|
||||
firstStripUrl = stripUrl % 'pro/prologue-01'
|
||||
imageSearch = compile(tagre("img", "src", r'(%scomics/\d+-\d+-\d+_[^"/]+)' % rurl))
|
||||
prevSearch = compile(tagre("a", "href", r'(%srp/[^"/]+/[^"/]+/)' % rurl))
|
||||
help = 'Index format: chapter/stripname'
|
||||
|
||||
class RedString(_BasicScraper):
|
||||
url = 'http://www.redstring.strawberrycomics.com/'
|
||||
|
@ -83,15 +74,6 @@ class RedString(_BasicScraper):
|
|||
prevSearch = compile(tagre("a", "href", r'(/index\.php\?id=\d+)', after="prev"))
|
||||
help = 'Index format: nnn'
|
||||
|
||||
class RomanticallyApocalyptic(_BasicScraper):
|
||||
description = u'Romantically Apocalyptic'
|
||||
url = 'http://romanticallyapocalyptic.com/'
|
||||
rurl = escape(url)
|
||||
stripUrl = url + '%s/'
|
||||
firstStripUrl = stripUrl % '1'
|
||||
imageSearch = compile(tagre("img", "src", r'(%sart/\d+[^"]+)' % rurl))
|
||||
prevSearch = compile(tagre("a", "href", r'(%s\d+[^"]+)' % rurl)+"\s*"+tagre('span', 'class', 'spritePrevious'))
|
||||
help = 'Index format: n'
|
||||
|
||||
class RomanticallyApocalyptic(_BasicScraper):
|
||||
url = 'http://romanticallyapocalyptic.com/'
|
||||
|
|
Loading…
Reference in a new issue