mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 20:07:08 -05:00 
			
		
		
		
	[aenetworks] switch to akamai hls formats(closes #15612)
This commit is contained in:
		@@ -122,7 +122,8 @@ class AENetworksIE(AENetworksBaseIE):
 | 
			
		||||
 | 
			
		||||
        query = {
 | 
			
		||||
            'mbr': 'true',
 | 
			
		||||
            'assetTypes': 'high_video_s3'
 | 
			
		||||
            'assetTypes': 'high_video_ak',
 | 
			
		||||
            'switch': 'hls_high_ak',
 | 
			
		||||
        }
 | 
			
		||||
        video_id = self._html_search_meta('aetn:VideoID', webpage)
 | 
			
		||||
        media_url = self._search_regex(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user