diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-11-11 20:00:13 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-11-11 20:00:13 +0800 |
commit | bfd88516eb5c43beed93e23f97478a3b6be079b1 (patch) | |
tree | d9b8e4ba7d24343c25f6bb027c9d8eea5db4912f /youtube_dl | |
parent | 9b738b2caa20e13d0a56d05aa56af44be75476bc (diff) | |
parent | d8b7e80d29a67835555a6317b2c528b911077d47 (diff) |
Merge pull request #7454 from sieben/duplicate_keys
Remove duplicate key
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/wsj.py | 1 |
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, } |