support sondages
This commit is contained in:
parent
e1523608fb
commit
c74bd6e028
3 changed files with 8 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ class DLFP(BaseBrowser):
|
|||
'https://linuxfr.org/wiki/nouveau': WikiEditPage,
|
||||
'https://linuxfr.org/wiki/[^\.]+/modifier': WikiEditPage,
|
||||
'https://linuxfr.org/suivi/[^\.]+': ContentPage,
|
||||
'https://linuxfr.org/sondages/[^\.]+': 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