소스 검색

Correct extractor documentation

Philipp Hagemeister 11 년 전
부모
커밋
5a25f39653
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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.
     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.
     """