From 5a75c5146062b7cb13961692e65a09c6419eabc9 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 2 Apr 2020 20:20:15 +0200 Subject: opensubtitles: Also handle VTT subtitles --- src/plugins/opensubtitles/opensubtitles.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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", -- cgit v1.2.1