X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fcommon.py;h=a227aeb9cfbbdccbe025ba4bdbb79874a6a06263;hb=5316bf7487b608b7c085950ff2fb0444f2c36dc0;hp=14b9b4fe2320c6125b083ebf4afc683c1a2e4b52;hpb=a6f774e9015995393a086273df8db1d7b0c098c4;p=youtube-dl 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.