mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-27 01:57:33 +00:00
Updated regielive provider to use a search proxy
This commit is contained in:
parent
577a0d6542
commit
82c9e14341
1 changed files with 3 additions and 1 deletions
|
@ -70,7 +70,9 @@ class RegieLiveProvider(Provider):
|
||||||
|
|
||||||
def initialize(self):
|
def initialize(self):
|
||||||
self.session = Session()
|
self.session = Session()
|
||||||
self.url = 'http://api.regielive.ro/kodi/cauta.php'
|
#self.url = 'http://api.regielive.ro/kodi/cauta.php'
|
||||||
|
# this is a proxy API/scraper for subtitrari.regielive.ro used for subtitles search only
|
||||||
|
self.url = 'http://subtitles.24-7.ro/index.php'
|
||||||
self.api = 'API-KODI-KINGUL'
|
self.api = 'API-KODI-KINGUL'
|
||||||
self.headers = {'RL-API': self.api}
|
self.headers = {'RL-API': self.api}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue