diff --git a/service.subtitles.subhd/service.py b/service.subtitles.subhd/service.py index f72d2cb598be0976e6194df06971391a94259e69..01a7e7d03a5114754987640785c575bdecc1916d 100644 --- a/service.subtitles.subhd/service.py +++ b/service.subtitles.subhd/service.py @@ -24,8 +24,8 @@ __resource__ = xbmc.translatePath( os.path.join( __cwd__, 'resources', 'lib' ) __temp__ = xbmc.translatePath( os.path.join( __profile__, 'temp') ).decode("utf-8") sys.path.append (__resource__) - -SUBHD_BASE = 'http://subhd.tv' +#用http返回500错误 用https正常 +SUBHD_BASE = 'https://subhd.tv' SUBHD_API = SUBHD_BASE + '/search/%s' s = requests.Session()