fixed Meek
This commit is contained in:
parent
9be6f613e4
commit
29c8d2eea0
2 changed files with 1 additions and 8 deletions
|
@ -42,6 +42,7 @@ add('Hipsters', 'http://www.hipsters-comic.com/', 'comic/hip01/')
|
|||
add('IDreamOfAJeanieBottle', 'http://jeaniebottle.com/')
|
||||
add('ItsWalky', 'http://www.itswalky.com/')
|
||||
add('KatzenfutterGeleespritzer', 'http://www.katzenfuttergeleespritzer.de/', 'comics/gert-grendil/', lang='de')
|
||||
add('Meek', 'http://www.meekcomic.com/')
|
||||
add('Meiosis', 'http://meiosiswebcomic.com/')
|
||||
add('Melonpool', 'http://www.melonpool.com/')
|
||||
add('Nedroid', 'http://nedroid.com/')
|
||||
|
|
|
@ -93,14 +93,6 @@ class MaxOveracts(_ParserScraper):
|
|||
prevSearch = '.nav-previous > a'
|
||||
help = 'Index format: nnn'
|
||||
|
||||
class Meek(_BasicScraper):
|
||||
url = 'http://www.meekcomic.com/'
|
||||
stripUrl = url + '%s'
|
||||
firstStripUrl = stripUrl % '2008/12/27/chapter-1-cover '
|
||||
imageSearch = compile(r'meekcomic.com(/comics/.+?)"')
|
||||
prevSearch = compile(r'\s.+?(http://www.meekcomic.com/.+?)".+?Previous<')
|
||||
help = 'Index format: yyyy/mm/dd/ch-p/'
|
||||
|
||||
|
||||
class MegaTokyo(_BasicScraper):
|
||||
url = 'http://megatokyo.com/'
|
||||
|
|
Loading…
Reference in a new issue