mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
Merge pull request #7454 from sieben/duplicate_keys
Remove duplicate key
This commit is contained in:
commit
bfd88516eb
|
@ -84,6 +84,5 @@ class WSJIE(InfoExtractor):
|
|||
'duration': duration,
|
||||
'upload_date': upload_date,
|
||||
'title': title,
|
||||
'formats': formats,
|
||||
'categories': categories,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue