This commit is contained in:
PSlava 2024-04-28 16:00:32 +05:30 committed by GitHub
commit 0fce0d7a14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class LBRYBaseIE(InfoExtractor):
if token:
headers['x-lbry-auth-token'] = token
response = self._download_json(
'https://api.lbry.tv/api/v1/proxy',
'https://api.na-backend.odysee.com/api/v1/proxy',
display_id, 'Downloading %s JSON metadata' % resource,
headers=headers,
data=json.dumps({