aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-03-02 23:06:39 +0600
committerSergey M․ <dstftw@gmail.com>2016-03-02 23:06:39 +0600
commit2bc0c46f989ce575e22502bb51f0fdcabd8baa15 (patch)
tree823dcd9151acb2a436802a5b641721215c6d1b1e /youtube_dl/extractor/common.py
parent3318832e9d42e85160ff2dab01d0f52ed739fbd6 (diff)
downloadyoutube-dl-2bc0c46f989ce575e22502bb51f0fdcabd8baa15.tar.xz
[extractor/common] Document license metafield
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r--youtube_dl/extractor/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index a7c700099..d84ce4525 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -157,6 +157,7 @@ class InfoExtractor(object):
thumbnail: Full URL to a video thumbnail image.
description: Full video description.
uploader: Full name of the video uploader.
+ license: License name the video is licensed under.
creator: The main artist who created the video.
release_date: The date (YYYYMMDD) when the video was released.
timestamp: UNIX timestamp of the moment the video became available.