Browse Source

Add location field

rtmp_test
Philipp Hagemeister 12 years ago
parent
commit
6119f78cb9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/InfoExtractors.py

+ 1
- 0
youtube_dl/InfoExtractors.py View File

@ -44,6 +44,7 @@ class InfoExtractor(object):
uploader: Full name of the video uploader. uploader: Full name of the video uploader.
upload_date: Video upload date (YYYYMMDD). upload_date: Video upload date (YYYYMMDD).
uploader_id: Nickname or id of the video uploader. uploader_id: Nickname or id of the video uploader.
location: Physical location of the video.
player_url: SWF Player URL (used for rtmpdump). player_url: SWF Player URL (used for rtmpdump).
subtitles: The .srt file contents. subtitles: The .srt file contents.
urlhandle: [internal] The urlHandle to be used to download the file, urlhandle: [internal] The urlHandle to be used to download the file,


Loading…
Cancel
Save