fix matched URLs of inrocks
This commit is contained in:
parent
432db07599
commit
29d164f737
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ from weboob.tools.browser import BaseBrowser
|
|||
class NewspaperInrocksBrowser(BaseBrowser):
|
||||
"NewspaperInrocksBrowser class"
|
||||
PAGES = {
|
||||
'http://www.lesinrocks.com/actualite/.*': ArticlePage,
|
||||
'http://www.lesinrocks.com/medias/.*': ArticlePage,
|
||||
'http://www.lesinrocks.com/(?!inrockstv).+/.*': ArticlePage,
|
||||
'http://www.lesinrocks.com/inrockstv/.*': InrocksTvPage,
|
||||
'http://blogs.lesinrocks.com/.*': ArticlePage,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue