1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 01:49:30 +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,