restore
This commit is contained in:
parent
d0f91e2083
commit
49c24c6682
@ -125,10 +125,8 @@ class ToggleIE(InfoExtractor):
|
|||||||
'mediaType': 0,
|
'mediaType': 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
# sanitized request:
|
|
||||||
# 'http://tvpapi.as.tvinci.com/v2_9/gateways/jsonpostgw.aspx?m=GetMediaInfo'
|
|
||||||
req = sanitized_Request(
|
req = sanitized_Request(
|
||||||
'https://tvpapi-as.ott.kaltura.com/v3_9/gateways/jsonpostgw.aspx?m=GetMediaInfo',
|
'http://tvpapi.as.tvinci.com/v2_9/gateways/jsonpostgw.aspx?m=GetMediaInfo',
|
||||||
json.dumps(params).encode('utf-8'))
|
json.dumps(params).encode('utf-8'))
|
||||||
info = self._download_json(req, video_id, 'Downloading video info json')
|
info = self._download_json(req, video_id, 'Downloading video info json')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user