diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-08-27 01:44:47 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-08-27 01:44:47 +0200 |
commit | da9ec3b93246c2b0361796a375e496ebb14d39e9 (patch) | |
tree | 5981d84c11ba711a202ca9c3a91bc92f0dc5d339 /youtube_dl/extractor/common.py | |
parent | 191b7cbba95679b389a509420993af56ef51545d (diff) |
[muscivault] Add extractor (Fixes #3593)
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 9ece30308..b6a7cd5e2 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -114,7 +114,7 @@ class InfoExtractor(object): upload_date: Video upload date (YYYYMMDD). If not explicitly set, calculated from timestamp. uploader_id: Nickname or id of the video uploader. - location: Physical location of the video. + location: Physical location where the video was filmed. subtitles: The subtitle file contents as a dictionary in the format {language: subtitles}. duration: Length of the video in seconds, as an integer. |