diff options
author | Purdea Andrei <andrei@purdea.ro> | 2015-07-28 18:30:42 +0300 |
---|---|---|
committer | Purdea Andrei <andrei@purdea.ro> | 2015-07-28 18:30:42 +0300 |
commit | 5316bf7487b608b7c085950ff2fb0444f2c36dc0 (patch) | |
tree | 2ef5edb0384dd9dde54f6931159b7c15b8642071 /youtube_dl/extractor/common.py | |
parent | a6f774e9015995393a086273df8db1d7b0c098c4 (diff) |
Documented tags as a possible dict key
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 14b9b4fe2..a227aeb9c 100644 --- 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. |