mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 15:51:24 +00:00
add youtube embed endpoint
This commit is contained in:
@@ -16,12 +16,14 @@ message EmbedRequest {
|
||||
}
|
||||
|
||||
message EmbedResponse {
|
||||
// the full url
|
||||
string long_url = 1;
|
||||
// the short url
|
||||
string short_url = 2;
|
||||
// the embeddable link e.g https://www.youtube.com/watch?v=GWRWZu7XsJ0
|
||||
string link = 1;
|
||||
string embed_url = 3;
|
||||
// the script code
|
||||
string script = 2;
|
||||
// the short link
|
||||
string short_url = 3;
|
||||
string html_script = 4;
|
||||
}
|
||||
|
||||
message SearchResult {
|
||||
|
||||
Reference in New Issue
Block a user