[vsco] add 'space' extractor (#5202)

This commit is contained in:
Mike Fährmann
2024-02-17 01:51:27 +01:00
parent 770aec922d
commit 7033cc14e9
3 changed files with 63 additions and 6 deletions

View File

@@ -38,6 +38,14 @@ __tests__ = (
"#count" : 80,
},
{
"#url" : "https://vsco.co/spaces/6320a3e1e0338d1350b33fea",
"#category": ("", "vsco", "space"),
"#class" : vsco.VscoSpaceExtractor,
"#pattern" : r"https://image(-aws.+)?\.vsco\.co/[0-9a-f/]+/[\w\s-]+\.\w+",
"#count" : range(100, 150),
},
{
"#url" : "https://vsco.co/erenyildiz/media/5d34b93ef632433030707ce2",
"#category": ("", "vsco", "image"),