mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[aenetworks] switch to akamai hls formats(closes #15612)
This commit is contained in:
parent
870f3bfc63
commit
5e7841932c
@ -122,7 +122,8 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
query = {
|
query = {
|
||||||
'mbr': 'true',
|
'mbr': 'true',
|
||||||
'assetTypes': 'high_video_s3'
|
'assetTypes': 'high_video_ak',
|
||||||
|
'switch': 'hls_high_ak',
|
||||||
}
|
}
|
||||||
video_id = self._html_search_meta('aetn:VideoID', webpage)
|
video_id = self._html_search_meta('aetn:VideoID', webpage)
|
||||||
media_url = self._search_regex(
|
media_url = self._search_regex(
|
||||||
|
Loading…
Reference in New Issue
Block a user