about summary refs log tree commit diff
path: root/youtube_dl/extractor/nowness.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2016-04-02 18:56:31 +0100
committerremitamine <remitamine@gmail.com>2016-04-02 18:57:15 +0100
commit3aac9b2fb1a103f1d350ba10060e59bb04a6a2e8 (patch)
tree95b7385b1a5ce097d6495e1a15cb686c8eb1da7b /youtube_dl/extractor/nowness.py
parente47d19e991456fe4afdab1a76a653f7821e99c3f (diff)
downloadyoutube-dl-3aac9b2fb1a103f1d350ba10060e59bb04a6a2e8.tar.gz
youtube-dl-3aac9b2fb1a103f1d350ba10060e59bb04a6a2e8.tar.xz
youtube-dl-3aac9b2fb1a103f1d350ba10060e59bb04a6a2e8.zip
[nowness] update tests
Diffstat (limited to 'youtube_dl/extractor/nowness.py')
-rw-r--r--youtube_dl/extractor/nowness.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/youtube_dl/extractor/nowness.py b/youtube_dl/extractor/nowness.py
index 446f5901c..74860eb20 100644
--- a/youtube_dl/extractor/nowness.py
+++ b/youtube_dl/extractor/nowness.py
@@ -63,8 +63,11 @@ class NownessIE(NownessBaseIE):
             'title': 'Candor: The Art of Gesticulation',
             'description': 'Candor: The Art of Gesticulation',
             'thumbnail': 're:^https?://.*\.jpg',
-            'uploader': 'Nowness',
+            'timestamp': 1446745676,
+            'upload_date': '20151105',
+            'uploader_id': '2385340575001',
         },
+        'add_ie': ['BrightcoveNew'],
     }, {
         'url': 'https://cn.nowness.com/story/kasper-bjorke-ft-jaakko-eino-kalevi-tnr',
         'md5': 'e79cf125e387216f86b2e0a5b5c63aa3',
@@ -74,8 +77,11 @@ class NownessIE(NownessBaseIE):
             'title': 'Kasper Bjørke ft. Jaakko Eino Kalevi: TNR',
             'description': 'Kasper Bjørke ft. Jaakko Eino Kalevi: TNR',
             'thumbnail': 're:^https?://.*\.jpg',
-            'uploader': 'Nowness',
+            'timestamp': 1407315371,
+            'upload_date': '20140806',
+            'uploader_id': '2385340575001',
         },
+        'add_ie': ['BrightcoveNew'],
     }, {
         # vimeo
         'url': 'https://www.nowness.com/series/nowness-picks/jean-luc-godard-supercut',
@@ -90,6 +96,7 @@ class NownessIE(NownessBaseIE):
             'uploader': 'Cinema Sem Lei',
             'uploader_id': 'cinemasemlei',
         },
+        'add_ie': ['Vimeo'],
     }]
 
     def _real_extract(self, url):