diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-03 10:58:28 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-03 10:58:28 +0100 |
commit | 9bb8e0a3f9276f65de38cda431bf72f7bd266693 (patch) | |
tree | e7e6d9d96a107d4ac28338c58ad9a8bce98e6097 /youtube_dl/extractor/common.py | |
parent | 1a6373ef3960add0117f797e0afe3322352c1c52 (diff) |
[wsj] Add new extractor (Fixes #4854)
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 653d793fc..602601b24 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -145,6 +145,7 @@ class InfoExtractor(object): thumbnail: Full URL to a video thumbnail image. description: Full video description. uploader: Full name of the video uploader. + creator: The main artist who created the video. timestamp: UNIX timestamp of the moment the video became available. upload_date: Video upload date (YYYYMMDD). If not explicitly set, calculated from timestamp. |