[scrolller] add 'user' extractor (#8961)

This commit is contained in:
Mike Fährmann
2026-02-02 09:09:50 +01:00
parent f99c8f5ad9
commit 17e1d25784
5 changed files with 106 additions and 1 deletions

View File

@@ -115,4 +115,49 @@ __tests__ = (
"#auth" : True,
},
{
"#url" : "https://scrolller.com/reddit-user/Jonttufromesbo",
"#class" : scrolller.ScrolllerUserExtractor,
"#pattern" : (
r"https://images\.scrolller\.com/\w+/cabin-in-northern-finland-93vjsuxmcz.jpg",
r"https://images\.scrolller\.com/\w+/northern-lights-in-northern-finland-6ibp3516z1.jpg",
),
"blurredMediaSources": [],
"commentsCount" : 0,
"commentsRepliesCount": 0,
"count" : 1,
"createdAt" : "iso:8601",
"displayName" : None,
"duration" : None,
"extension" : "jpg",
"favoriteCount" : 0,
"filename" : str,
"fullLengthSource": None,
"gfycatSource" : None,
"hasAudio" : False,
"width" : {1080, 2048},
"height" : {1350, 1638},
"id" : {10478722, 32426595},
"isFavorite" : False,
"isNsfw" : False,
"isOptimized" : False,
"isPaid" : False,
"num" : 0,
"ownerAvatar" : None,
"posted_by" : "Jonttufromesbo",
"redditPath" : r"re:/r/AmateurPhotography/comments/\w+/\w+/",
"reddit_posted_by": "Jonttufromesbo",
"redgifsSource" : None,
"subredditId" : 413,
"subredditIsFollowing": False,
"subredditTitle" : "AmateurPhotography",
"subredditUrl" : "/r/AmateurPhotography",
"tags" : None,
"title" : str,
"url" : "re:https://images.scrolller.com/.+",
"username" : "",
"mediaSources" : list
},
)