Skip to content

Commit

Permalink
Mock Format JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
falvojr committed Sep 28, 2023
1 parent c406dbe commit 5ce1e52
Showing 1 changed file with 34 additions and 30 deletions.
64 changes: 34 additions & 30 deletions docs/v1/player/mock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,38 @@
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/main.mp4",
"language": "pt-BR",
"metadata": {
"availableLanguages": [ "pt-BR", "en-US", "es-ES" ],
"subtitles": [
{
"language": "pt-BR",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/subtitle/pt-BR.srt"
},
{
"language": "en-US",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/subtitle/en-US.srt"
},
{
"language": "es-ES",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/subtitle/es-ES.srt"
}
],
"transcripts": [
{
"language": "pt-BR",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/transcript/pt-BR.html"
},
{
"language": "en-US",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/transcript/en-US.html"
},
{
"language": "es-ES",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/transcript/es-ES.html"
}
]
"availableLanguages": [
"pt-BR",
"en-US",
"es-ES"
],
"subtitles": [
{
"language": "pt-BR",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/subtitle/pt-BR.srt"
},
{
"language": "en-US",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/subtitle/en-US.srt"
},
{
"language": "es-ES",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/subtitle/es-ES.srt"
}
],
"transcripts": [
{
"language": "pt-BR",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/transcript/pt-BR.html"
},
{
"language": "en-US",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/transcript/en-US.html"
},
{
"language": "es-ES",
"url": "https://falvojr.github.io/speech2learning/videos/507f1f77bcf86cd799439011/transcript/es-ES.html"
}
]
}
}
}

0 comments on commit 5ce1e52

Please sign in to comment.