aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-10 13:09:55 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-10 13:09:55 +0100
commit5a25f396530d32ae66611c271b70b6e4c08ba602 (patch)
tree16c14ab45f0504e63002181b133f0378cbde57fe
parent963d7ec412092db8a84ceb62f2b493db04fd4592 (diff)
downloadyoutube-dl-5a25f396530d32ae66611c271b70b6e4c08ba602.tar.xz
Correct extractor documentation
-rw-r--r--youtube_dl/extractor/common.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 7ee95fe39..fed05ce02 100644
--- a/youtube_dl/extractor/common.py
+++ b/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.
"""