Add FreighterTails
This commit is contained in:
parent
85a7adadc9
commit
ab366f12d3
1 changed files with 10 additions and 0 deletions
|
@ -161,6 +161,16 @@ class Freefall(_BasicScraper):
|
||||||
help = 'Index format: nnnn/nnnnn'
|
help = 'Index format: nnnn/nnnnn'
|
||||||
|
|
||||||
|
|
||||||
|
class FreighterTails(_ParserScraper):
|
||||||
|
url = 'http://www.mzzkiti.com/'
|
||||||
|
stripUrl = url + 'log%s.htm'
|
||||||
|
firstStripUrl = stripUrl % '001'
|
||||||
|
imageSearch = ('//img[contains(@src, "Strip")]',
|
||||||
|
'//img[contains(@src, "Caption")]')
|
||||||
|
prevSearch = '//a[./img[contains(@src, "prev")]]'
|
||||||
|
endOfLife = True
|
||||||
|
|
||||||
|
|
||||||
class FullFrontalNerdity(_BasicScraper):
|
class FullFrontalNerdity(_BasicScraper):
|
||||||
url = 'http://ffn.nodwick.com/'
|
url = 'http://ffn.nodwick.com/'
|
||||||
rurl = escape(url)
|
rurl = escape(url)
|
||||||
|
|
Loading…
Reference in a new issue