summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-11-11 20:00:13 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-11-11 20:00:13 +0800
commitbfd88516eb5c43beed93e23f97478a3b6be079b1 (patch)
treed9b8e4ba7d24343c25f6bb027c9d8eea5db4912f
parent9b738b2caa20e13d0a56d05aa56af44be75476bc (diff)
parentd8b7e80d29a67835555a6317b2c528b911077d47 (diff)
downloadyoutube-dl-bfd88516eb5c43beed93e23f97478a3b6be079b1.tar.gz
youtube-dl-bfd88516eb5c43beed93e23f97478a3b6be079b1.tar.xz
youtube-dl-bfd88516eb5c43beed93e23f97478a3b6be079b1.zip
Merge pull request #7454 from sieben/duplicate_keys
Remove duplicate key
-rw-r--r--youtube_dl/extractor/wsj.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/wsj.py b/youtube_dl/extractor/wsj.py
index 2ddf29a69..5a897371d 100644
--- a/youtube_dl/extractor/wsj.py
+++ b/youtube_dl/extractor/wsj.py
@@ -84,6 +84,5 @@ class WSJIE(InfoExtractor):
             'duration': duration,
             'upload_date': upload_date,
             'title': title,
-            'formats': formats,
             'categories': categories,
         }