我有一種讓視頻與在有限的語言
根據查詢字幕(字幕)的任務參數documentation我用:
標題= true - 字幕過濾器
lr = zh - 原始視頻語言
hl = en - 電影的主要語言
lang = de - 我想要獲取字幕的語言萊
查詢例如:
https://gdata.youtube.com/feeds/api/videos?safeSearch=strict&strict=true&v=2&caption=true&key=XXX&q=football&hl=en&lr=en&lang=de
結果:
<errors xmlns='http://schemas.google.com/g/2005'>
<error>
<domain>GData</domain>
<code>unsupportedQueryParam</code>
<internalReason>Invalid query parameters:lang</internalReason>
</error>
</errors>
你能解釋一下我這個結果的原因?
我創建[問題3338](https://code.google.com/p/gdata-issues/issues/detail?id=3338) 答覆,見那裏。 但問題依然存在。 –