mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-11-01 09:26:45 -07:00 
			
		
		
		
	[common] skip Apple FairPlay m3u8 manifests(closes #14741)
This commit is contained in:
		@@ -1356,6 +1356,9 @@ class InfoExtractor(object):
 | 
				
			|||||||
        if '#EXT-X-FAXS-CM:' in m3u8_doc:  # Adobe Flash Access
 | 
					        if '#EXT-X-FAXS-CM:' in m3u8_doc:  # Adobe Flash Access
 | 
				
			||||||
            return []
 | 
					            return []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if re.search(r'#EXT-X-SESSION-KEY:.*?URI="skd://', m3u8_doc):  # Apple FairPlay
 | 
				
			||||||
 | 
					            return []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        formats = []
 | 
					        formats = []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        format_url = lambda u: (
 | 
					        format_url = lambda u: (
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user