fix support of forum URLs

This commit is contained in:
Romain Bignon 2011-05-20 16:17:42 +02:00
commit 9bef9d5666

View file

@ -44,7 +44,7 @@ class DLFP(BaseBrowser):
'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/forums/[^\./]+/posts/[^\.]+': ContentPage,
'https?://.*linuxfr.org/nodes/(\d+)/comments/(\d+)': CommentPage,
'https?://.*linuxfr.org/nodes/(\d+)/comments/nouveau': NewCommentPage,
'https?://.*linuxfr.org/nodes/(\d+)/comments': NodePage,