Use b-hls-20 as Host

pull/13769/head
lulu 1 month ago committed by GitHub
parent 6860d0a74a
commit 61994a77e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,8 +49,9 @@ class StripchatIE(InfoExtractor):
model_id = api_json.get('streamName')
# Contains 'eu23', for example, with server '20' as the fallback
host_str = api_json.get('model', {}).get('broadcastServer', '')
host = ''.join([c for c in host_str if c.isdigit()]) or 20
# host_str = api_json.get('model', {}).get('broadcastServer', '')
# host = ''.join([c for c in host_str if c.isdigit()]) or 20
host = 20
if is_vr:
base_url = f'https://media-hls.doppiocdn.net/b-hls-{host}/{model_id}_vr/{model_id}_vr'

Loading…
Cancel
Save