mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-22 17:15:39 +07:00
[aenetworks] switch to akamai hls formats(closes #15612)
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user