diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-03-02 23:31:24 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-03-02 23:31:24 +0600 |
commit | 7bcd2830dd906c7a83b31d3ba8c8b10d4e7756af (patch) | |
tree | 36065758d994426a5033d050e61630f7fd809adf /youtube_dl/extractor/common.py | |
parent | 47462a125bd47cb8adc06caeaf46e5692d841395 (diff) |
[extractor/common] Document uploader_url
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 d84ce4525..402f2f436 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -164,6 +164,7 @@ class InfoExtractor(object): upload_date: Video upload date (YYYYMMDD). If not explicitly set, calculated from timestamp. uploader_id: Nickname or id of the video uploader. + uploader_url: Full URL to a personal webpage of the video uploader. location: Physical location where the video was filmed. subtitles: The available subtitles as a dictionary in the format {language: subformats}. "subformats" is a list sorted from |