diff options
author | remitamine <remitamine@gmail.com> | 2016-04-01 18:06:11 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2016-04-01 18:07:17 +0100 |
commit | 79ba9140dc8fcf5883b7473596e8f20cba6b479f (patch) | |
tree | 831bd230fd7299b08a586a9eccbf415da24b56a8 /youtube_dl/extractor/bravotv.py | |
parent | 75d572e9fb8d3e26e4ab45e65cd5e23c6b1c6915 (diff) |
[theplatform] extract timestamp and uploader
Diffstat (limited to 'youtube_dl/extractor/bravotv.py')
-rw-r--r-- | youtube_dl/extractor/bravotv.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/bravotv.py b/youtube_dl/extractor/bravotv.py index 34d451f38..541c76944 100644 --- a/youtube_dl/extractor/bravotv.py +++ b/youtube_dl/extractor/bravotv.py @@ -15,6 +15,9 @@ class BravoTVIE(InfoExtractor): 'ext': 'mp4', 'title': 'Last Chance Kitchen Returns', 'description': 'S13: Last Chance Kitchen Returns for Top Chef Season 13', + 'timestamp': 1448926740, + 'upload_date': '20151130', + 'uploader': 'NBCU-BRAV', } } |