mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 17:13:35 +08: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):
|
||||
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.headers = {'RL-API': self.api}
|
||||
|
||||
|
|
Loading…
Reference in a new issue