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/cbs.py | |
parent | 75d572e9fb8d3e26e4ab45e65cd5e23c6b1c6915 (diff) |
[theplatform] extract timestamp and uploader
Diffstat (limited to 'youtube_dl/extractor/cbs.py')
-rw-r--r-- | youtube_dl/extractor/cbs.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/cbs.py b/youtube_dl/extractor/cbs.py index 6e4079ca3..c621a08d5 100644 --- a/youtube_dl/extractor/cbs.py +++ b/youtube_dl/extractor/cbs.py @@ -33,6 +33,9 @@ class CBSIE(CBSBaseIE): 'title': 'Connect Chat feat. Garth Brooks', 'description': 'Connect with country music singer Garth Brooks, as he chats with fans on Wednesday November 27, 2013. Be sure to tune in to Garth Brooks: Live from Las Vegas, Friday November 29, at 9/8c on CBS!', 'duration': 1495, + 'timestamp': 1385585425, + 'upload_date': '20131127', + 'uploader': 'CBSI-NEW', }, 'params': { # rtmp download |