add medias category (closes #604)

This commit is contained in:
juke 2011-03-28 18:05:53 +02:00 committed by Romain Bignon
commit 26ef963f56

View file

@ -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,
}