forked from grangier/python-goose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_iframe.json
More file actions
23 lines (23 loc) · 895 Bytes
/
Copy pathtest_iframe.json
File metadata and controls
23 lines (23 loc) · 895 Bytes
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": "http://www.dailymotion.com/embed/video/x130bpf",
"embed_code": "<iframe frameborder=\"0\" width=\"480\" height=\"270\" src=\"http://www.dailymotion.com/embed/video/x130bpf\"/>",
"height": "270",
"width": "480",
"provider": "dailymotion",
"embed_type": "iframe"
},
{
"src": "http://www.dailymotion.com/embed/video/x130bpf",
"embed_code": "<iframe frameborder=\"0\" width=\"480\" height=\"270\" src=\"http://www.dailymotion.com/embed/video/x130bpf\"/>",
"height": "270",
"width": "480",
"provider": "dailymotion",
"embed_type": "iframe"
}
]
}
}