diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-08-23 02:40:25 -0700 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-08-23 02:40:25 -0700 | 
| commit | 9e9c164052e982fa56ad11949f6c5d454c26aa44 (patch) | |
| tree | d0f8142db9d2dc400f83a0f0d4c7f56df6f5fc4d /youtube_dl/extractor/common.py | |
| parent | 066090dd3f15886be40310f5a0702fe485c1512e (diff) | |
| parent | 6804038d065e0eeffd9fca2dc55b3262a9191c10 (diff) | |
Merge pull request #937 from jaimeMF/subtitles_rework
Subtitles rework
Diffstat (limited to 'youtube_dl/extractor/common.py')
| -rw-r--r-- | youtube_dl/extractor/common.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 8009c2d85..52c4483c9 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -47,7 +47,8 @@ class InfoExtractor(object):      uploader_id:    Nickname or id of the video uploader.      location:       Physical location of the video.      player_url:     SWF Player URL (used for rtmpdump). -    subtitles:      The subtitle file contents. +    subtitles:      The subtitle file contents as a dictionary in the format +                    {language: subtitles}.      view_count:     How many users have watched the video on the platform.      urlhandle:      [internal] The urlHandle to be used to download the file,                      like returned by urllib.request.urlopen | 
