[inrocks] fix url matching
This commit is contained in:
parent
f05e577837
commit
70f9bebf15
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class NewspaperInrocksBrowser(Browser):
|
|||
"NewspaperInrocksBrowser class"
|
||||
PAGES = {
|
||||
'http://www.lesinrocks.com/\?p=.+': ArticlePage,
|
||||
'http://www.lesinrocks.com/\d{4}/\d{2}/\d{2}/actualite/.*': ArticlePage,
|
||||
'http://www.lesinrocks.com/inrockstv/.*': InrocksTvPage,
|
||||
'http://blogs.lesinrocks.com/.*': ArticlePage,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue