From 2df63656b933c9b4c4d412f5f649206eaddeec08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ignacy=20Kuchci=C5=84ski?= Date: Mon, 6 Sep 2021 18:49:21 +0200 Subject: opensubtitles: Also handle MPL subtitles --- src/plugins/opensubtitles/opensubtitles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py index d044531e7..d664f547a 100644 --- a/src/plugins/opensubtitles/opensubtitles.py +++ b/src/plugins/opensubtitles/opensubtitles.py @@ -34,6 +34,7 @@ SUBTITLES_EXT = [ "smi", "ssa", "ass", + "mpl", ] # Map of the language codes used by opensubtitles.org's API to their -- cgit v1.2.1