[patreon] do not match '/messages' URLs as creators (#7187)
This commit is contained in:
@@ -79,6 +79,30 @@ __tests__ = (
|
||||
"#class" : patreon.PatreonCreatorExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://www.patreon.com/create",
|
||||
"#class" : patreon.PatreonCreatorExtractor,
|
||||
"#fail" : True,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://www.patreon.com/login",
|
||||
"#class" : patreon.PatreonCreatorExtractor,
|
||||
"#fail" : True,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://www.patreon.com/search?q=foobar",
|
||||
"#class" : patreon.PatreonCreatorExtractor,
|
||||
"#fail" : True,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://www.patreon.com/messages/?mode=user&tab=chats",
|
||||
"#class" : patreon.PatreonCreatorExtractor,
|
||||
"#fail" : True,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://www.patreon.com/home",
|
||||
"#class" : patreon.PatreonUserExtractor,
|
||||
|
||||
Reference in New Issue
Block a user