[vipergirls] improve 'thread' URL pattern
allow for query parameters and fragments at tne end of URLs
This commit is contained in:
@@ -23,6 +23,18 @@ __tests__ = (
|
||||
"#count" : 1279,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://vipergirls.to/threads/4328304-2011-05-28-Danica-Simply-Beautiful-x112-4500x3000?highlight=foobar",
|
||||
"#category": ("", "vipergirls", "thread"),
|
||||
"#class" : vipergirls.VipergirlsThreadExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://vipergirls.to/threads/4328304?foo=bar",
|
||||
"#category": ("", "vipergirls", "thread"),
|
||||
"#class" : vipergirls.VipergirlsThreadExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://vipergirls.to/threads/4328304",
|
||||
"#category": ("", "vipergirls", "thread"),
|
||||
|
||||
Reference in New Issue
Block a user