diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-24 20:44:52 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-24 20:46:06 +0800 |
commit | 0738187f9b66e7cfb3d0b15ca4b08834a9e076df (patch) | |
tree | 1bfcf11ae20db4046cfede5ce022c43ea583bb49 /youtube_dl/extractor/theplatform.py | |
parent | a956cb63064f02121da73c298f3b500a9a49265e (diff) |
[ThePlatform] Fix tests failed since 79ba9140dc8fcf5883b7473596e8f20cba6b479f
Diffstat (limited to 'youtube_dl/extractor/theplatform.py')
-rw-r--r-- | youtube_dl/extractor/theplatform.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/theplatform.py b/youtube_dl/extractor/theplatform.py index 7a5a533b7..8272dd969 100644 --- a/youtube_dl/extractor/theplatform.py +++ b/youtube_dl/extractor/theplatform.py @@ -269,6 +269,7 @@ class ThePlatformFeedIE(ThePlatformBaseIE): 'timestamp': 1391824260, 'duration': 467.0, 'categories': ['MSNBC/Issues/Democrats', 'MSNBC/Issues/Elections/Election 2016'], + 'uploader': 'NBCU-NEWS', }, } |