> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.doodstream.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to load many subtitles via JSON?

# Load subtitles using JSON

Here is an easy way to load multiple subtitles via JSON.

**Example link :**
https://dood.so/e/xxx?subtitle_json=https://example.com/sub.json

**JSON format :**
` [{"src":"http://yoursubtitle.com/file.vtt", "label":"Language1", default: true}, {"src":"http://yoursubtitle.com/file2.vtt", "label":"Language2"}]`

|| default attribute is optional
|| SRT & VTT formats are only supported