fix support of forum URLs
This commit is contained in:
parent
d600e763b3
commit
9bef9d5666
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue