diff options
author | Rémy Léone <remy.leone@gmail.com> | 2015-11-11 12:00:31 +0100 |
---|---|---|
committer | Rémy Léone <remy.leone@gmail.com> | 2015-11-11 12:00:31 +0100 |
commit | d8b7e80d29a67835555a6317b2c528b911077d47 (patch) | |
tree | d9b8e4ba7d24343c25f6bb027c9d8eea5db4912f /youtube_dl/extractor/wsj.py | |
parent | 9b738b2caa20e13d0a56d05aa56af44be75476bc (diff) |
Remove duplicate key
Diffstat (limited to 'youtube_dl/extractor/wsj.py')
-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, } |