about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-01-12 17:34:31 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-01-12 17:34:31 +0100
commit6119f78cb9c566a6559859bf2b21381803c41727 (patch)
tree101539349a280f794d18500de4da99d6b22c8229
parent539679c7f96aab325e7569ec7cbc154033f28ff4 (diff)
downloadyoutube-dl-6119f78cb9c566a6559859bf2b21381803c41727.tar.gz
youtube-dl-6119f78cb9c566a6559859bf2b21381803c41727.tar.xz
youtube-dl-6119f78cb9c566a6559859bf2b21381803c41727.zip
Add location field
-rwxr-xr-xyoutube_dl/InfoExtractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py
index 5ee4d24b1..434795339 100755
--- 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,