oops missing brace
This commit is contained in:
parent
6d3557db08
commit
d026e20f73
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ class NewspaperFigaroBrowser(BaseBrowser):
|
|||
"http://www.lefigaro.fr/flash-.*/(\d{4})/(\d{2})/(\d{2})/(.*$)": FlashActuPage,
|
||||
"http://www.lefigaro.fr/bd/(\d{4})/(\d{2})/(\d{2})/(.*$)": FlashActuPage,
|
||||
"http://www.lefigaro.fr/(?!flash-|bd).+/(\d{4})/(\d{2})/(\d{2})/(.*$)": ArticlePage,
|
||||
}
|
||||
|
||||
def is_logged(self):
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue