[civitai] add 'user-videos' extractor (#6644)

This commit is contained in:
Mike Fährmann
2024-12-25 22:02:21 +01:00
parent c6d5e25055
commit 998f949db1
5 changed files with 32 additions and 6 deletions

View File

@@ -241,4 +241,12 @@ __tests__ = (
"#exception": exception.AuthorizationError,
},
{
"#url" : "https://civitai.com/user/jboogx_creative/videos",
"#class": civitai.CivitaiUserVideosExtractor,
"#pattern": r"https://image\.civitai\.com/xG1nkqKTMzGDvpLrqFT7WA/[0-9a-f-]+/original=true/\S+\.mp4",
"#range" : "1-50",
"#count" : 50,
},
)