Explorar o código

Correct extractor documentation

Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
5a25f39653
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      youtube_dl/extractor/common.py

+ 0 - 3
youtube_dl/extractor/common.py

@@ -118,9 +118,6 @@ class InfoExtractor(object):
     _real_extract() methods and define a _VALID_URL regexp.
     _real_extract() methods and define a _VALID_URL regexp.
     Probably, they should also be added to the list of extractors.
     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
     Finally, the _WORKING attribute should be set to False for broken IEs
     in order to warn the users and skip the tests.
     in order to warn the users and skip the tests.
     """
     """