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:
parent
e6e68069f6
commit
b848a4ca1a
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ def _real_extract(self, url):
|
|||
'title': title,
|
||||
'description': description,
|
||||
'formats': formats,
|
||||
'timestamp': timestamp,
|
||||
'thumbnail': thumbnail,
|
||||
'timestamp': timestamp,
|
||||
'series': series,
|
||||
|
|
Loading…
Reference in a new issue