mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
fix example
This commit is contained in:
@@ -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": [{
|
||||||
|
|||||||
Reference in New Issue
Block a user