Browse Source

[extractor/common] Document uploader_url

master
Sergey M․ 8 years ago
parent
commit
7bcd2830dd
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/common.py

1
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

Loading…
Cancel
Save