[tests] update extractor results

This commit is contained in:
Mike Fährmann
2024-02-16 22:42:06 +01:00
parent c413834dfc
commit c9efccc959
14 changed files with 132 additions and 55 deletions

View File

@@ -12,7 +12,14 @@ __tests__ = (
"#url" : "smugmug:album:cr4C7f",
"#category": ("", "smugmug", "album"),
"#class" : smugmug.SmugmugAlbumExtractor,
"#sha1_url": "2c2e576e47d4e9ce60b44871f08a8c66b5ebaceb",
"#urls": (
"https://photos.smugmug.com/Nature/Dove/i-XvZFJFG/0/DMk7cm6qRBSFPvQgT9C4t4jtBJKF7JSK9jszgHZnr/O/Dual%20Suicide_20070721-DSC_4804.jpg",
"https://photos.smugmug.com/Nature/Dove/i-2wVPqHf/0/DBXmTSTqVWzTLZxL3JPVK7hGT9zp8tzsFdhtWm68v/O/Morning%20Dove2_20070621-DSC_3222.jpg",
"https://photos.smugmug.com/Nature/Dove/i-QHFnmb8/0/GKLvnm7zFQWX2G2VcJRprx8WZqTfFJkn8C5nRnCk/O/Speed%20Skater_03082008_POR7728.jpg",
"https://photos.smugmug.com/Nature/Dove/i-MXQZKws/0/D6XCS9xnncDVtZ9NtVq66ZK9xjL4D2H9KSbpFMjfM/O/Airing%20it%20Out0_5142008_DSC_8166.jpg",
"https://photos.smugmug.com/Nature/Dove/i-kCsLJT6/0/FfB6gSx8X6MS7Hvww7GK7tWsrfdtwCx79hCVzwSm/O/Fluff_20090521-_DSC1542.jpg",
"https://photos.smugmug.com/Nature/Dove/i-T9Qv5Pm/0/CFT4MB9hg7rKwWmbFhGQTCnmxdpnGBKPDbHTPLSgV/O/D2F_D300_20090827-_TDM5650.jpg",
),
},
{
@@ -28,16 +35,88 @@ __tests__ = (
"#comment" : "no 'User'",
"#category": ("", "smugmug", "album"),
"#class" : smugmug.SmugmugAlbumExtractor,
"#sha1_url": "c4a0f4c4bfd514b93cbdeb02b3345bf7ef6604df",
"#sha1_url": "17837ff2c78a6e2335291666f43d620d82f2926a",
"User": {
"Name" : "",
"NickName" : "",
"QuickShare" : False,
"RefTag" : "",
"ResponseLevel": "Public",
"Uri" : "",
"ViewPassHint" : "",
"WebUri" : "",
},
},
{
"#url" : "https://tdm.smugmug.com/Nature/Dove/i-kCsLJT6",
"#category": ("", "smugmug", "image"),
"#class" : smugmug.SmugmugImageExtractor,
"#sha1_url" : "e6408fd2c64e721fd146130dceb56a971ceb4259",
"#sha1_metadata": "b31a63d07c9c26eb0f79f52d60d171a98938f99b",
"#sha1_content" : "ecbd9d7b4f75a637abc8d35319be9ec065a44eb0",
"#urls" : "https://photos.smugmug.com/Nature/Dove/i-kCsLJT6/0/FfB6gSx8X6MS7Hvww7GK7tWsrfdtwCx79hCVzwSm/O/Fluff_20090521-_DSC1542.jpg",
"#sha1_content": "ecbd9d7b4f75a637abc8d35319be9ec065a44eb0",
"Image": {
"Altitude" : 0,
"CanBuy" : True,
"CanEdit" : False,
"CanShare" : True,
"Caption" : "White Wing Dove",
"Collectable": False,
"Comments" : True,
"ComponentFileTypes": [],
"Date" : "2009-08-01T23:00:56+00:00",
"DateTimeOriginal": "2009-05-22T00:05:36+00:00",
"DateTimeUploaded": "2009-08-01T23:00:56+00:00",
"EZProject" : False,
"FileName" : "Fluff_20090521-_DSC1542.jpg",
"Format" : "JPG",
"FormattedValues": {
"Caption": {
"html": "White Wing Dove",
"text": "White Wing Dove",
},
"FileName": {
"html": "Fluff_20090521-_DSC1542.jpg",
"text": "Fluff_20090521-_DSC1542.jpg",
},
},
"Height" : 1008,
"Hidden" : False,
"ImageKey" : "kCsLJT6",
"IsArchive" : False,
"IsVideo" : False,
"KeywordArray": [
"Birds",
"Dove",
"White Wing Dove",
],
"Keywords" : "Birds; Dove; White Wing Dove",
"LastUpdated": "2012-11-03T20:01:15+00:00",
"Latitude" : "0",
"Longitude" : "0",
"OriginalHeight": 1008,
"OriginalSize": 381297,
"OriginalWidth": 1024,
"PreferredDisplayFileExtension": "JPG",
"Processing" : False,
"Protected" : True,
"Serial" : 0,
"ShowKeywords": True,
"Size" : 381297,
"Status" : "Open",
"SubStatus" : "NFS",
"ThumbnailUrl": "https://photos.smugmug.com/Nature/Dove/i-kCsLJT6/0/Df2nQXwHWSmmh4W2CjhJJdxDcZWbhkKTG86JXp9x2/Th/Fluff_20090521-_DSC1542-Th.jpg",
"Title" : "",
"UploadKey" : "608043804",
"Uri" : "/api/v2/image/kCsLJT6-0",
"Url" : "https://photos.smugmug.com/Nature/Dove/i-kCsLJT6/0/FfB6gSx8X6MS7Hvww7GK7tWsrfdtwCx79hCVzwSm/O/Fluff_20090521-_DSC1542.jpg",
"Watermark" : "No",
"Watermarked": False,
"Width" : 1024,
},
"extension": "jpg",
"filename": "Fluff_20090521-_DSC1542",
},
{
@@ -45,8 +124,7 @@ __tests__ = (
"#comment" : "video",
"#category": ("", "smugmug", "image"),
"#class" : smugmug.SmugmugImageExtractor,
"#sha1_url" : "04d0ab1ff829ca7d78f5acb5548953df08e9a5ee",
"#sha1_metadata": "2b545184592c282b365fcbb7df6ca7952b8a3173",
"#urls" : "https://photos.smugmug.com/Dailies/Daily-Dose-2015/i-39JFNzB/0/Q4Qg6kt4SqVcKsSLWM4PnhMhSTS2r5BkmBMd9Dx4/1920/657%20WS3-1920.mp4",
},
{