support the 'suivi' section

This commit is contained in:
Romain Bignon 2011-03-21 10:40:45 +01:00
commit e1523608fb
2 changed files with 7 additions and 0 deletions

View file

@ -39,6 +39,7 @@ class DLFP(BaseBrowser):
'https://linuxfr.org/wiki': WikiEditPage,
'https://linuxfr.org/wiki/nouveau': WikiEditPage,
'https://linuxfr.org/wiki/[^\.]+/modifier': WikiEditPage,
'https://linuxfr.org/suivi/[^\.]+': ContentPage,
'https://linuxfr.org/users/[\w\-_]+/journaux/[^\.]+': ContentPage,
'https://linuxfr.org/forums/[\w\-_]+/posts/[^\.]+': ContentPage,
'https://linuxfr.org/nodes/(\d+)/comments/(\d+)': CommentPage,