From d76690b9ef41fc04fedcf958a01613b9d968fbc5 Mon Sep 17 00:00:00 2001 From: jujudellago Date: Tue, 15 Oct 2024 06:51:30 +0000 Subject: [PATCH] [service.subtitles.opensubtitles] 5.1.5 --- service.subtitles.opensubtitles/addon.xml | 9 ++++----- service.subtitles.opensubtitles/changelog.txt | 4 ++++ service.subtitles.opensubtitles/service.py | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/service.subtitles.opensubtitles/addon.xml b/service.subtitles.opensubtitles/addon.xml index 2f7ab5d00e..ba10b59ae1 100644 --- a/service.subtitles.opensubtitles/addon.xml +++ b/service.subtitles.opensubtitles/addon.xml @@ -1,8 +1,8 @@ + version="5.1.5" + provider-name="amet, opensubtitles, juokelis, opensubtitlesdev"> @@ -51,9 +51,8 @@ 多语种的电影及剧集字幕,每日更新千余条翻译好的字幕。免费下载,提供API接口,已拥有上百万的用户。 Users need to provide OpenSubtitles.org username and password in add-on configuration -v5.1.4 (2022-02-05) -- adding french translation by broadcastyourseb -- adding license file +v5.1.5 (2024-10-15) +- fixing python compatibility issues all GPL-2.0-only diff --git a/service.subtitles.opensubtitles/changelog.txt b/service.subtitles.opensubtitles/changelog.txt index e0a7fcd7dc..07d525d556 100644 --- a/service.subtitles.opensubtitles/changelog.txt +++ b/service.subtitles.opensubtitles/changelog.txt @@ -1,3 +1,7 @@ +5.1.5 (2024-10-15) +- plugin takeover by os_dev +- fixing python compatibility issues + 5.1.4 (2022-02-05) - Adding french translation. (by broadcastyourseb) - Adding license file diff --git a/service.subtitles.opensubtitles/service.py b/service.subtitles.opensubtitles/service.py index 6c34dae46d..81c9f6903d 100644 --- a/service.subtitles.opensubtitles/service.py +++ b/service.subtitles.opensubtitles/service.py @@ -10,6 +10,7 @@ import xbmcplugin import xbmcvfs import uuid +import urllib.request try: from xbmcvfs import translatePath