1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-05 17:12:36 +00:00

[tennistv] Remove duplicate key in dictionary

This commit is contained in:
Philipp Hagemeister 2018-03-14 11:48:20 +01:00
parent e6e68069f6
commit b848a4ca1a

View File

@ -104,7 +104,6 @@ class TennisTVIE(InfoExtractor):
'title': title,
'description': description,
'formats': formats,
'timestamp': timestamp,
'thumbnail': thumbnail,
'timestamp': timestamp,
'series': series,