1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-26 13:49:38 +00:00

document info_dict['subtitles'] and info_dict['urlhandle']

This commit is contained in:
Filippo Valsorda 2012-11-27 18:08:07 +01:00
parent 9ce5d9ee75
commit 7e4674830e

View file

@ -51,6 +51,9 @@ class InfoExtractor(object):
thumbnail: Full URL to a video thumbnail image.
description: One-line video description.
player_url: SWF Player URL (used for rtmpdump).
subtitles: The .srt file contents.
urlhandle: [internal] The urlHandle to be used to download the file,
like returned by urllib2.urlopen
The fields should all be Unicode strings.