Mark MonsieurLeChien as french.

This commit is contained in:
Tobias Gruetzmacher 2014-02-27 22:30:02 +01:00
parent 8e2ba15410
commit 1bcac66c03

View file

@ -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'