skylex / xbmc-betaseries

Kodi Plugin which allows to mark your episodes as watched on BetaSeries.com
GNU General Public License v2.0
24 stars 16 forks source link

Betaseries subtitles grabbler does not work on IOS #1

Closed ghost closed 6 years ago

ghost commented 10 years ago

On IOS, curl seems to fails with the https of betaseries. Switching to http seems to work:

diff --git a/service.subtitles.betaseries/service.py b/service.subtitles.betaseries/service.py index f754b66..4e252c8 100644 --- a/service.subtitles.betaseries/service.py +++ b/service.subtitles.betaseries/service.py @@ -287,7 +287,7 @@ elif params['action'] == 'download':

    print "[SCRIPT] [DEBUG] BETASERIESSUBTITLES - download link : %s" % (params["link"])