mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	tests: don't run the test if any of the extractors listed in the 'add_ie' field is marked as not working
This commit is contained in:
		| @@ -13,6 +13,7 @@ class WeiboIE(InfoExtractor): | ||||
|     _VALID_URL = r'https?://video\.weibo\.com/v/weishipin/t_(?P<id>.+?)\.htm' | ||||
|  | ||||
|     _TEST = { | ||||
|         u'add_ie': ['Sina'], | ||||
|         u'url': u'http://video.weibo.com/v/weishipin/t_zjUw2kZ.htm', | ||||
|         u'file': u'98322879.flv', | ||||
|         u'info_dict': { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz