We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I believe /API/V1/VIDEOS/:ID currently returns
/API/V1/VIDEOS/:ID
"captions": [ { "label": String, "language_code": String, "url": String } ],
and not
"captions": [ { "label": String, "languageCode": String, "url": String } ],
Like the docs mention. There's a reference to both language_code and languageCode in the code which is a bit confusing.
language_code
languageCode
The text was updated successfully, but these errors were encountered:
Ah, thanks for pointing this out. It should have been LanguageCode, but it was changed here and was missed during the reviews: iv-org/invidious@35d15c7#diff-f8ae2508caf8eb3d260e47273d8b0d3d5b6b860c096d4b9fc9b2db12a323834aR429
LanguageCode
I'll have to check with developers currently using the API if we change the code back, or if we keep the code as is and update the docs.
Sorry, something went wrong.
No branches or pull requests
I believe
/API/V1/VIDEOS/:ID
currently returnsand not
Like the docs mention. There's a reference to both
language_code
andlanguageCode
in the code which is a bit confusing.The text was updated successfully, but these errors were encountered: