Updated regielive provider to use a search proxy

This commit is contained in:
Alexandru Catalin Ene 2022-12-20 13:26:52 +02:00 committed by GitHub
parent 577a0d6542
commit 82c9e14341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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}