blob: 59e223143c7e88c0627305c44453cf89c9a74330 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
'type': 'image',
'mimetype': 'image/png',
'url': 'http://example.org/image.png',
'domain': 'example.org',
'source': 'http://example.org/foo.htm',
'sourcetitle': 'Alt text from linking HTML page',
'text': [
'EXIF-description text'
],
'tags': [],
'crdate': '2016-01-30T12:23:42+01:00',
'modate': '2016-01-30T12:23:42+01:00',
}
|