Merge pull request #937 from jaimeMF/subtitles_rework

Subtitles rework
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-08-23 02:40:25 -07:00
commit 9e9c164052
4 changed files with 67 additions and 92 deletions

View file

@ -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