document info_dict['subtitles'] and info_dict['urlhandle']
[youtube-dl] / youtube_dl / InfoExtractors.py
index 3adf56a0ba8e508cf9eefc66e55f75d717a45aaf..4c664ce6e9b161300cd3827174594a056f389dfe 100644 (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.