Mark MonsieurLeChien as french.
This commit is contained in:
parent
8e2ba15410
commit
1bcac66c03
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ class MonsieurLeChien(_BasicScraper):
|
||||||
url = 'http://www.monsieur-le-chien.fr/'
|
url = 'http://www.monsieur-le-chien.fr/'
|
||||||
stripUrl = url + 'index.php?planche=%s'
|
stripUrl = url + 'index.php?planche=%s'
|
||||||
firstStripUrl = stripUrl % '2'
|
firstStripUrl = stripUrl % '2'
|
||||||
|
lang = 'fr'
|
||||||
imageSearch = compile(tagre("img", "src", r'(i/planches/[^"]+)'))
|
imageSearch = compile(tagre("img", "src", r'(i/planches/[^"]+)'))
|
||||||
prevSearch = compile(tagre("a", "href", r'([^"]+)') + tagre("img", "src", "i/precedent.gif"))
|
prevSearch = compile(tagre("a", "href", r'([^"]+)') + tagre("img", "src", "i/precedent.gif"))
|
||||||
help = 'Index format: n'
|
help = 'Index format: n'
|
||||||
|
|
Loading…
Reference in a new issue