summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-04-02 20:20:15 +0200
committerBastien Nocera <hadess@hadess.net>2020-07-31 11:51:35 +0000
commit5a75c5146062b7cb13961692e65a09c6419eabc9 (patch)
tree1301df142b9c173c860b09461e5fc048e72b8f32 /src
parent1fa11625e2f242ebff06422ec55d6b2f16269937 (diff)
downloadtotem-5a75c5146062b7cb13961692e65a09c6419eabc9.tar.gz
opensubtitles: Also handle VTT subtitles
Diffstat (limited to 'src')
-rw-r--r--src/plugins/opensubtitles/opensubtitles.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py
index 1b82a5322..d044531e7 100644
--- a/src/plugins/opensubtitles/opensubtitles.py
+++ b/src/plugins/opensubtitles/opensubtitles.py
@@ -29,6 +29,7 @@ SUBTITLES_EXT = [
"asc",
"txt",
"sub",
+ "vtt",
"srt",
"smi",
"ssa",