forked from grangier/python-goose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_object.json
More file actions
31 lines (31 loc) · 1.68 KB
/
Copy pathtest_object.json
File metadata and controls
31 lines (31 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"url": "http://foo.bar/index.html",
"expected": {
"movies": [
{
"src": "https://www.youtube.com/v/M7lc1UVf-VE?version=3&autoplay=1",
"embed_code": "<object width=\"640\" height=\"390\"><param name=\"movie\" value=\"https://www.youtube.com/v/M7lc1UVf-VE?version=3&autoplay=1\"/><param name=\"allowScriptAccess\" value=\"always\"/><embed src=\"https://www.youtube.com/v/M7lc1UVf-VE?version=3&autoplay=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" width=\"640\" height=\"390\"/></object>",
"height": "390",
"width": "640",
"provider": "youtube",
"embed_type": "object"
},
{
"src": "https://www.youtube.com/v/M7lc1UVf-VE?version=3&autoplay=1",
"embed_code": "<object width=\"640\" height=\"390\"><param name=\"movie\" value=\"https://www.youtube.com/v/M7lc1UVf-VE?version=3&autoplay=1\"/><param name=\"allowScriptAccess\" value=\"always\"/></object>",
"height": "390",
"width": "640",
"provider": "youtube",
"embed_type": "object"
},
{
"src": "https://www.youtube.com/v/M7lc1UVf-VE?version=3&autoplay=1",
"embed_code": "<embed src=\"https://www.youtube.com/v/M7lc1UVf-VE?version=3&autoplay=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" width=\"640\" height=\"390\"/>",
"height": "390",
"width": "640",
"provider": "youtube",
"embed_type": "embed"
}
]
}
}