mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:47:08 -05:00 
			
		
		
		
	[dplayit] Sort formats
This commit is contained in:
		@@ -342,6 +342,7 @@ class DPlayItIE(InfoExtractor):
 | 
				
			|||||||
        formats = self._extract_m3u8_formats(
 | 
					        formats = self._extract_m3u8_formats(
 | 
				
			||||||
            hls_url, display_id, ext='mp4', entry_protocol='m3u8_native',
 | 
					            hls_url, display_id, ext='mp4', entry_protocol='m3u8_native',
 | 
				
			||||||
            m3u8_id='hls')
 | 
					            m3u8_id='hls')
 | 
				
			||||||
 | 
					        self._sort_formats(formats)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        series = self._html_search_regex(
 | 
					        series = self._html_search_regex(
 | 
				
			||||||
            r'(?s)<h1[^>]+class=["\'].*?\bshow_title\b.*?["\'][^>]*>(.+?)</h1>',
 | 
					            r'(?s)<h1[^>]+class=["\'].*?\bshow_title\b.*?["\'][^>]*>(.+?)</h1>',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user