logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 6119f78cb9c566a6559859bf2b21381803c41727
parent 539679c7f96aab325e7569ec7cbc154033f28ff4
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 12 Jan 2013 17:34:31 +0100

Add location field

Diffstat:

Myoutube_dl/InfoExtractors.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py @@ -44,6 +44,7 @@ class InfoExtractor(object): uploader: Full name of the video uploader. upload_date: Video upload date (YYYYMMDD). 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 .srt file contents. urlhandle: [internal] The urlHandle to be used to download the file,