From: Purdea Andrei Date: Tue, 28 Jul 2015 15:30:42 +0000 (+0300) Subject: Documented tags as a possible dict key X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=5316bf7487b608b7c085950ff2fb0444f2c36dc0;hp=a6f774e9015995393a086273df8db1d7b0c098c4;p=youtube-dl Documented tags as a possible dict key --- 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.