mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[test/download] Fallback test to bv
				
					
				
			This commit is contained in:
		| @@ -46,7 +46,6 @@ class DPlayIE(InfoExtractor): | ||||
|             'episode_number': 1, | ||||
|         }, | ||||
|         'params': { | ||||
|             'format': 'bestvideo', | ||||
|             'skip_download': True, | ||||
|         }, | ||||
|     }, { | ||||
| @@ -67,7 +66,6 @@ class DPlayIE(InfoExtractor): | ||||
|             'episode_number': 1, | ||||
|         }, | ||||
|         'params': { | ||||
|             'format': 'bestvideo', | ||||
|             'skip_download': True, | ||||
|         }, | ||||
|     }, { | ||||
| @@ -87,7 +85,6 @@ class DPlayIE(InfoExtractor): | ||||
|             'episode_number': 7, | ||||
|         }, | ||||
|         'params': { | ||||
|             'format': 'bestvideo', | ||||
|             'skip_download': True, | ||||
|         }, | ||||
|         'skip': 'Available for Premium users', | ||||
| @@ -313,9 +310,6 @@ class HGTVDeIE(DPlayIE): | ||||
|             'season_number': 3, | ||||
|             'episode_number': 3, | ||||
|         }, | ||||
|         'params': { | ||||
|             'format': 'bestvideo', | ||||
|         }, | ||||
|     }] | ||||
|  | ||||
|     def _real_extract(self, url): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan