merge #4667: [redgifs] fix 'niches' extraction (#4666)

This commit is contained in:
Mike Fährmann
2023-10-16 14:20:01 +02:00
2 changed files with 15 additions and 8 deletions

View File

@@ -67,19 +67,19 @@ __tests__ = (
},
{
"#url" : "https://www.redgifs.com/niches/boobs",
"#url" : "https://www.redgifs.com/niches/just-boobs",
"#category": ("", "redgifs", "niches"),
"#class" : redgifs.RedgifsNichesExtractor,
"#pattern" : r"https://\w+\.redgifs\.com/[\w-]+\.mp4",
"#pattern" : r"https://\w+\.redgifs\.com/[\w-]+\.(mp4|jpg)",
"#range" : "1-20",
"#count" : 20,
},
{
"#url" : "https://www.redgifs.com/niches/ass",
"#url" : "https://www.redgifs.com/niches/thick-booty",
"#category": ("", "redgifs", "niches"),
"#class" : redgifs.RedgifsNichesExtractor,
"#pattern" : r"https://\w+\.redgifs\.com/[\w-]+\.mp4",
"#pattern" : r"https://\w+\.redgifs\.com/[\w-]+\.(mp4|jpg)",
"#range" : "1-20",
"#count" : 20,
},