projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f774e
)
Documented tags as a possible dict key
author
Purdea Andrei
<andrei@purdea.ro>
Tue, 28 Jul 2015 15:30:42 +0000
(18:30 +0300)
committer
Purdea Andrei
<andrei@purdea.ro>
Tue, 28 Jul 2015 15:30:42 +0000
(18:30 +0300)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 14b9b4fe2320c6125b083ebf4afc683c1a2e4b52..a227aeb9cfbbdccbe025ba4bdbb79874a6a06263 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
youtube_dl/extractor/common.py
@@
-187,6
+187,7
@@
class InfoExtractor(object):
specified in the URL.
end_time: Time in seconds where the reproduction should end, as
specified in the URL.
+ tags: A list of keywords attached to the video.
Unless mentioned otherwise, the fields should be Unicode strings.