mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-11-01 09:26:45 -07:00 
			
		
		
		
	Correct extractor documentation
This commit is contained in:
		@@ -118,9 +118,6 @@ class InfoExtractor(object):
 | 
			
		||||
    _real_extract() methods and define a _VALID_URL regexp.
 | 
			
		||||
    Probably, they should also be added to the list of extractors.
 | 
			
		||||
 | 
			
		||||
    _real_extract() must return a *list* of information dictionaries as
 | 
			
		||||
    described above.
 | 
			
		||||
 | 
			
		||||
    Finally, the _WORKING attribute should be set to False for broken IEs
 | 
			
		||||
    in order to warn the users and skip the tests.
 | 
			
		||||
    """
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user