added LetsSpeakEnglish
This commit is contained in:
parent
79ec427fc0
commit
fe22df5e5b
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ class LeastICouldDo(_BasicScraper):
|
||||||
compile(tagre("a", "href", r'(%scomic/\d+/)' % rurl, after="feature-comic")))
|
compile(tagre("a", "href", r'(%scomic/\d+/)' % rurl, after="feature-comic")))
|
||||||
help = 'Index format: yyyymmdd'
|
help = 'Index format: yyyymmdd'
|
||||||
|
|
||||||
|
class LetsSpeakEnglish(_ParserScraper):
|
||||||
|
url = 'http://www.marycagle.com/'
|
||||||
|
imageSearch = '//div[@id="cc-comicbody"]//img'
|
||||||
|
prevSearch = '//a[@rel="prev"]'
|
||||||
|
|
||||||
|
|
||||||
class Lint(_BasicScraper):
|
class Lint(_BasicScraper):
|
||||||
url = 'http://www.purnicellin.com/lint/'
|
url = 'http://www.purnicellin.com/lint/'
|
||||||
|
|
Loading…
Reference in a new issue