about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-25 14:14:25 -0800
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-25 14:14:25 -0800
commitd8ec4959c824cba4c87af16ad0b25851560fcf57 (patch)
tree3da27aea894b59da40c997825c7a87c595ee17ca
parent529a2e2cc35df8c77418f9d02b0f5b4730b95b06 (diff)
parentd31209a1449d0bd9315e063be4cf7f5d45726563 (diff)
downloadyoutube-dl-d8ec4959c824cba4c87af16ad0b25851560fcf57.tar.gz
youtube-dl-d8ec4959c824cba4c87af16ad0b25851560fcf57.tar.xz
youtube-dl-d8ec4959c824cba4c87af16ad0b25851560fcf57.zip
Merge pull request #1830 from jaimeMF/download-archive
Use the 'extractor_key' field for the download archive file
-rw-r--r--youtube_dl/YoutubeDL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index e23042c48..e86e8a090 100644
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -837,7 +837,7 @@ class YoutubeDL(object):
     def _make_archive_id(self, info_dict):
         # Future-proof against any change in case
         # and backwards compatibility with prior versions
-        extractor = info_dict.get('extractor')
+        extractor = info_dict.get('extractor_key')
         if extractor is None:
             if 'id' in info_dict:
                 extractor = info_dict.get('ie_key')  # key in a playlist