projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
963d7ec
)
Correct extractor documentation
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 10 Mar 2014 12:09:55 +0000
(13:09 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 10 Mar 2014 12:09:55 +0000
(13:09 +0100)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 7ee95fe391ad9cac97c9cf0b0364c5a2a88b6f84..fed05ce02f3f34c538f589fe3df9da548f70a229 100644
(file)
--- 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.
"""