add medias category (closes #604)
This commit is contained in:
parent
3013d320e2
commit
26ef963f56
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class NewspaperInrocksBrowser(BaseBrowser):
|
|||
"NewspaperInrocksBrowser class"
|
||||
PAGES = {
|
||||
'http://www.lesinrocks.com/actualite/.*': ArticlePage,
|
||||
'http://www.lesinrocks.com/medias/.*': ArticlePage,
|
||||
'http://www.lesinrocks.com/inrockstv/.*': InrocksTvPage,
|
||||
'http://blogs.lesinrocks.com/.*': ArticlePage,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue