forked from grangier/python-goose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_embed.json
More file actions
23 lines (23 loc) · 1.01 KB
/
Copy pathtest_embed.json
File metadata and controls
23 lines (23 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"url": "http://foo.bar/index.html",
"expected": {
"movies": [
{
"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"
},
{
"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"
}
]
}
}