summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2018-03-14 11:48:20 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2018-03-14 11:48:26 +0100
commitb848a4ca1a4bb5b2f64eb551d1bbd73ddcd2e9b1 (patch)
tree967244599099b241fd32b91cf15fc99720d694c5
parente6e68069f6fe25fe4a2b72487be840ba2ec3c5c6 (diff)
downloadyoutube-dl-b848a4ca1a4bb5b2f64eb551d1bbd73ddcd2e9b1.tar.gz
youtube-dl-b848a4ca1a4bb5b2f64eb551d1bbd73ddcd2e9b1.tar.xz
youtube-dl-b848a4ca1a4bb5b2f64eb551d1bbd73ddcd2e9b1.zip
[tennistv] Remove duplicate key in dictionary
-rw-r--r--youtube_dl/extractor/tennistv.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/tennistv.py b/youtube_dl/extractor/tennistv.py
index def29b6fa..0c6f70784 100644
--- a/youtube_dl/extractor/tennistv.py
+++ b/youtube_dl/extractor/tennistv.py
@@ -104,7 +104,6 @@ class TennisTVIE(InfoExtractor):
             'title': title,
             'description': description,
             'formats': formats,
-            'timestamp': timestamp,
             'thumbnail': thumbnail,
             'timestamp': timestamp,
             'series': series,