diff options
| -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  | 
