mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	[generic] Add all test attributes for embedly (#2447)
In the future, we may want to not only print something, but throw an error for untested properties.
This commit is contained in:
		@@ -123,6 +123,11 @@ class GenericIE(InfoExtractor):
 | 
				
			|||||||
            'info_dict': {
 | 
					            'info_dict': {
 | 
				
			||||||
                'id': '9ODmcdjQcHQ',
 | 
					                'id': '9ODmcdjQcHQ',
 | 
				
			||||||
                'ext': 'mp4',
 | 
					                'ext': 'mp4',
 | 
				
			||||||
 | 
					                'title': 'Tested: Grinding Coffee at 2000 Frames Per Second',
 | 
				
			||||||
 | 
					                'upload_date': '20140225',
 | 
				
			||||||
 | 
					                'description': 'md5:06a40fbf30b220468f1e0957c0f558ff',
 | 
				
			||||||
 | 
					                'uploader': 'Tested',
 | 
				
			||||||
 | 
					                'uploader_id': 'testedcom',
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            # No need to test YoutubeIE here
 | 
					            # No need to test YoutubeIE here
 | 
				
			||||||
            'params': {
 | 
					            'params': {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user