added LetsSpeakEnglish

This commit is contained in:
Damjan Košir 2015-07-31 23:06:06 +12:00
parent 79ec427fc0
commit fe22df5e5b

View file

@ -48,6 +48,11 @@ class LeastICouldDo(_BasicScraper):
compile(tagre("a", "href", r'(%scomic/\d+/)' % rurl, after="feature-comic")))
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):
url = 'http://www.purnicellin.com/lint/'