From f5f1ca888093842326aa38394d27d42f8ced3a45 Mon Sep 17 00:00:00 2001 From: Enes Date: Thu, 17 May 2018 16:50:33 +0300 Subject: [PATCH] [puhutv] added timestamp to test dict --- youtube_dl/extractor/puhutv.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/youtube_dl/extractor/puhutv.py b/youtube_dl/extractor/puhutv.py index 540e94a00..3b8a2419c 100644 --- a/youtube_dl/extractor/puhutv.py +++ b/youtube_dl/extractor/puhutv.py @@ -30,6 +30,7 @@ class PuhuTVIE(InfoExtractor): 'description': 'md5:405fd024df916ca16731114eb18e511a', 'uploader_id': '43', 'upload_date': '20160729', + 'timestamp': int, }, }, { # An Episode and geo restricted @@ -45,6 +46,7 @@ class PuhuTVIE(InfoExtractor): 'description': 'md5:18ba5abe6d19f8063a8348445c41e28f', 'uploader_id': '269', 'upload_date': '20180220', + 'timestamp': int, }, }, { # Has subtitle @@ -60,6 +62,7 @@ class PuhuTVIE(InfoExtractor): 'description': 'md5:e8ddb56738b093b4eae0a536e2ea02c2', 'uploader_id': '25', 'upload_date': '20180330', + 'timestamp': int, }, 'params': { 'skip_download': True,