0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-23 02:25:11 +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 @@ def _real_extract(self, url):
'title': title,
'description': description,
'formats': formats,
'timestamp': timestamp,
'thumbnail': thumbnail,
'timestamp': timestamp,
'series': series,