fixed TheGentlemansArmchair
This commit is contained in:
parent
5e123ae79e
commit
33abd95348
2 changed files with 1 additions and 11 deletions
|
@ -46,6 +46,7 @@ add('SailorsunOrg', 'http://sailorsun.org/')
|
|||
add('SlightlyDamned', 'http://www.sdamned.com/')
|
||||
add('SPQRBlues', 'http://spqrblues.com/IV/')
|
||||
add('TheDreamlandChronicles', 'http://www.thedreamlandchronicles.com/')
|
||||
add('TheGentlemansArmchair', 'http://thegentlemansarmchair.com/')
|
||||
add('YAFGC', 'http://yafgc.net/')
|
||||
|
||||
# all comics on HijiNKS ENSUE
|
||||
|
|
|
@ -37,17 +37,6 @@ class TheGamerCat(_ParserScraper):
|
|||
help = 'Index format: stripname'
|
||||
|
||||
|
||||
class TheGentlemansArmchair(_BasicScraper):
|
||||
url = 'http://thegentlemansarmchair.com/'
|
||||
rurl = escape(url)
|
||||
stripUrl = url + 'comic/%s'
|
||||
firstStripUrl = stripUrl % 'dora-the-explorer/'
|
||||
imageSearch = compile(tagre("div", "id", r'comic') + "\s*.*\s*" + tagre("img", "src", r'(%swp-content/uploads/\d+/\d+/[^"]+)' % rurl))
|
||||
prevSearch = compile(tagre("a", "href", r'(%s[^"]+)' % rurl, after='navi-prev'))
|
||||
textSearch = compile(r'<h3 class="comic-post-widget-title">(.+)</h3>')
|
||||
help = 'Index Format: name'
|
||||
|
||||
|
||||
class TheLandscaper(_BasicScraper):
|
||||
url = 'http://landscaper.visual-assault.net/comic/latest'
|
||||
rurl = escape(url)
|
||||
|
|
Loading…
Reference in a new issue