1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-04 00:47:08 -05:00

Merge pull request #7454 from sieben/duplicate_keys

Remove duplicate key
This commit is contained in:
Yen Chi Hsuan
2015-11-11 20:00:13 +08:00

View File

@@ -84,6 +84,5 @@ class WSJIE(InfoExtractor):
'duration': duration,
'upload_date': upload_date,
'title': title,
'formats': formats,
'categories': categories,
}