[drtv] Improve preference (closes #19079)
This commit is contained in:
		
							parent
							
								
									9613e14a92
								
							
						
					
					
						commit
						49fe4175ae
					
				| @ -171,10 +171,13 @@ class DRTVIE(InfoExtractor): | |||||||
|                         continue |                         continue | ||||||
|                     target = link.get('Target') |                     target = link.get('Target') | ||||||
|                     format_id = target or '' |                     format_id = target or '' | ||||||
|                     preference = None |                     if asset_target in ('SpokenSubtitles', 'SignLanguage', 'VisuallyInterpreted'): | ||||||
|                     if asset_target in ('SpokenSubtitles', 'SignLanguage'): |  | ||||||
|                         preference = -1 |                         preference = -1 | ||||||
|                         format_id += '-%s' % asset_target |                         format_id += '-%s' % asset_target | ||||||
|  |                     elif asset_target == 'Default': | ||||||
|  |                         preference = 1 | ||||||
|  |                     else: | ||||||
|  |                         preference = None | ||||||
|                     if target == 'HDS': |                     if target == 'HDS': | ||||||
|                         f4m_formats = self._extract_f4m_formats( |                         f4m_formats = self._extract_f4m_formats( | ||||||
|                             uri + '?hdcore=3.3.0&plugin=aasp-3.3.0.99.43', |                             uri + '?hdcore=3.3.0&plugin=aasp-3.3.0.99.43', | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user