summary refs log tree commit diff
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2016-03-04 20:14:09 +0100
committerremitamine <remitamine@gmail.com>2016-03-04 20:14:09 +0100
commit1315224cbbf2dded21a53e880d58bd32f17ed3f0 (patch)
tree66213602c7be4c5de860a6e475e757c0fa5a7649
parent7760b9ff4d5e864121811750c0bba78b1d9efdd5 (diff)
downloadyoutube-dl-1315224cbbf2dded21a53e880d58bd32f17ed3f0.tar.gz
youtube-dl-1315224cbbf2dded21a53e880d58bd32f17ed3f0.tar.xz
youtube-dl-1315224cbbf2dded21a53e880d58bd32f17ed3f0.zip
[bleacherreport] update tests
-rw-r--r--youtube_dl/extractor/bleacherreport.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/youtube_dl/extractor/bleacherreport.py b/youtube_dl/extractor/bleacherreport.py
index 38bda3af5..7a8e1f60b 100644
--- a/youtube_dl/extractor/bleacherreport.py
+++ b/youtube_dl/extractor/bleacherreport.py
@@ -28,10 +28,10 @@ class BleacherReportIE(InfoExtractor):
         'add_ie': ['Ooyala'],
     }, {
         'url': 'http://bleacherreport.com/articles/2586817-aussie-golfers-get-fright-of-their-lives-after-being-chased-by-angry-kangaroo',
-        'md5': 'af5f90dc9c7ba1c19d0a3eac806bbf50',
+        'md5': '6a5cd403418c7b01719248ca97fb0692',
         'info_dict': {
             'id': '2586817',
-            'ext': 'mp4',
+            'ext': 'webm',
             'title': 'Aussie Golfers Get Fright of Their Lives After Being Chased by Angry Kangaroo',
             'timestamp': 1446839961,
             'uploader': 'Sean Fay',
@@ -93,10 +93,14 @@ class BleacherReportCMSIE(AMPIE):
         'md5': '8c2c12e3af7805152675446c905d159b',
         'info_dict': {
             'id': '8fd44c2f-3dc5-4821-9118-2c825a98c0e1',
-            'ext': 'flv',
+            'ext': 'mp4',
             'title': 'Cena vs. Rollins Would Expose the Heavyweight Division',
             'description': 'md5:984afb4ade2f9c0db35f3267ed88b36e',
         },
+        'params': {
+            # m3u8 download
+            'skip_download': True,
+        },
     }]
 
     def _real_extract(self, url):