mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[flickr] add 'contexts' and 'exif' test
This commit is contained in:
parent
dcd44cf423
commit
47e7be31a5
@ -13,20 +13,28 @@ __tests__ = (
|
||||
"#url" : "https://www.flickr.com/photos/departingyyz/16089302239",
|
||||
"#category": ("", "flickr", "image"),
|
||||
"#class" : flickr.FlickrImageExtractor,
|
||||
"#options" : {
|
||||
"contexts": True,
|
||||
"exif": True,
|
||||
},
|
||||
"#pattern" : flickr.FlickrImageExtractor.pattern,
|
||||
"#sha1_content": [
|
||||
"3133006c6d657fe54cf7d4c46b82abbcb0efaf9f",
|
||||
"0821a28ee46386e85b02b67cf2720063440a228c",
|
||||
],
|
||||
|
||||
"camera" : "Sony ILCE-7",
|
||||
"comments" : int,
|
||||
"description": str,
|
||||
"exif" : list,
|
||||
"extension" : "jpg",
|
||||
"filename" : "16089302239_de18cd8017_b",
|
||||
"id" : 16089302239,
|
||||
"height" : 683,
|
||||
"label" : "Large",
|
||||
"media" : "photo",
|
||||
"pool" : list,
|
||||
"set" : list,
|
||||
"url" : str,
|
||||
"views" : int,
|
||||
"width" : 1024,
|
||||
|
Loading…
Reference in New Issue
Block a user