Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/82c9e1434108f5c030da08a09375d4ba3ed8d50b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Updated regielive provider to use a search proxy

pull/2025/head
Alexandru Catalin Ene 2 years ago committed by GitHub
parent 577a0d6542
commit 82c9e14341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save