support the 'suivi' section
This commit is contained in:
parent
5ac0c3d729
commit
e1523608fb
2 changed files with 7 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue