[lbry/odysee] change host for api to fix "HTTPError 405: 'Method Not Allowed'"

Signed-off-by: Slava <slash@i-slash.com>
This commit is contained in:
Slava 2022-11-18 20:06:14 +06:00
parent ed027fd9d8
commit e89457953e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,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({