[bloomberg] Fix test_Bloomberg
authorYen Chi Hsuan <yan12125@gmail.com>
Thu, 12 May 2016 12:05:43 +0000 (20:05 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Thu, 12 May 2016 12:08:42 +0000 (20:08 +0800)
In this test case, sometimes HLS is the best format while sometimes HDS
is. To prevent occasional test failures, force HDS to be the best
format. In the past, testing against HDS formats causes the same error
as #9214, which is fixed as #9377 landed.

youtube_dl/extractor/bloomberg.py

index 13343bc258532b37bf912f0648e317103b5f428d..bd538be50bc4a650d000eaffb5e292a4e8e76cbe 100644 (file)
@@ -17,6 +17,9 @@ class BloombergIE(InfoExtractor):
             'title': 'Shah\'s Presentation on Foreign-Exchange Strategies',
             'description': 'md5:a8ba0302912d03d246979735c17d2761',
         },
+        'params': {
+            'format': 'best[format_id^=hds]',
+        },
     }, {
         'url': 'http://www.bloomberg.com/news/articles/2015-11-12/five-strange-things-that-have-been-happening-in-financial-markets',
         'only_matching': True,