fix example

This commit is contained in:
Asim Aslam
2021-12-10 11:33:52 +00:00
parent 7d3bc9a5b2
commit adb1fadbfb

View File

@@ -6,15 +6,13 @@
"run_check": false, "run_check": false,
"description": "Embed a youtube video", "description": "Embed a youtube video",
"request": { "request": {
"url": "https://www.youtube.com/watch?v=GWRWZu7XsJ0" "url": "https://www.youtube.com/watch?v=GWRWZu7XsJ0"
}, },
"response": { "response": {
{ "embed_url": "https://www.youtube.com/embed/GWRWZu7XsJ0",
"embed_url": "https://www.youtube.com/embed/GWRWZu7XsJ0", "html_script": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/GWRWZu7XsJ0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>",
"html_script": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/GWRWZu7XsJ0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>", "long_url": "https://www.youtube.com/watch?v=GWRWZu7XsJ0",
"long_url": "https://www.youtube.com/watch?v=GWRWZu7XsJ0", "short_url": "https://youtu.be/GWRWZu7XsJ0"
"short_url": "https://youtu.be/GWRWZu7XsJ0"
}
} }
}], }],
"search": [{ "search": [{