mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 10:54:28 +00:00
fix example
This commit is contained in:
@@ -6,15 +6,13 @@
|
||||
"run_check": false,
|
||||
"description": "Embed a youtube video",
|
||||
"request": {
|
||||
"url": "https://www.youtube.com/watch?v=GWRWZu7XsJ0"
|
||||
"url": "https://www.youtube.com/watch?v=GWRWZu7XsJ0"
|
||||
},
|
||||
"response": {
|
||||
{
|
||||
"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>",
|
||||
"long_url": "https://www.youtube.com/watch?v=GWRWZu7XsJ0",
|
||||
"short_url": "https://youtu.be/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>",
|
||||
"long_url": "https://www.youtube.com/watch?v=GWRWZu7XsJ0",
|
||||
"short_url": "https://youtu.be/GWRWZu7XsJ0"
|
||||
}
|
||||
}],
|
||||
"search": [{
|
||||
|
||||
Reference in New Issue
Block a user