new category

This commit is contained in:
Romain Bignon 2011-03-07 16:32:23 +01:00
commit e95fe0e346

View file

@ -70,6 +70,7 @@ class NewspaperFigaroBrowser(BaseBrowser):
"http://www.lefigaro.fr/lefigaromagazine/(\d{4})/(\d{2})/(\d{2})/(.*$)": ArticlePage,
"http://www.lefigaro.fr/creation-gestion-entreprise/(\d{4})/(\d{2})/(\d{2})/(.*$)": ArticlePage,
"http://www.lefigaro.fr/flash-eco/(\d{4})/(\d{2})/(\d{2})/(.*$)": FlashActuPage,
"http://www.lefigaro.fr/bd/(\d{4})/(\d{2})/(\d{2})/(.*$)": FlashActuPage,
}
def is_logged(self):