support sondages

This commit is contained in:
Romain Bignon 2011-03-21 10:56:02 +01:00
commit c74bd6e028
3 changed files with 8 additions and 1 deletions

View file

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