aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/bleacherreport.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-02-04 13:26:01 +0530
committerpukkandan <pukkandan@gmail.com>2021-02-04 13:26:22 +0530
commit2181983a0c97c6fd3bb681c86d64699051061c1c (patch)
tree3b352353ae60cf8a889cccf89cfffc60d4db5f0d /youtube_dlc/extractor/bleacherreport.py
parente29663c644a65846125f5792be52dc27feb68297 (diff)
downloadhypervideo-pre-2181983a0c97c6fd3bb681c86d64699051061c1c.tar.lz
hypervideo-pre-2181983a0c97c6fd3bb681c86d64699051061c1c.tar.xz
hypervideo-pre-2181983a0c97c6fd3bb681c86d64699051061c1c.zip
Update to ytdl-2021.02.04.1 except youtube
Diffstat (limited to 'youtube_dlc/extractor/bleacherreport.py')
-rw-r--r--youtube_dlc/extractor/bleacherreport.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/youtube_dlc/extractor/bleacherreport.py b/youtube_dlc/extractor/bleacherreport.py
index dc60224d0..d1bf8e829 100644
--- a/youtube_dlc/extractor/bleacherreport.py
+++ b/youtube_dlc/extractor/bleacherreport.py
@@ -90,13 +90,19 @@ class BleacherReportCMSIE(AMPIE):
_VALID_URL = r'https?://(?:www\.)?bleacherreport\.com/video_embed\?id=(?P<id>[0-9a-f-]{36}|\d{5})'
_TESTS = [{
'url': 'http://bleacherreport.com/video_embed?id=8fd44c2f-3dc5-4821-9118-2c825a98c0e1&library=video-cms',
- 'md5': '2e4b0a997f9228ffa31fada5c53d1ed1',
+ 'md5': '670b2d73f48549da032861130488c681',
'info_dict': {
'id': '8fd44c2f-3dc5-4821-9118-2c825a98c0e1',
- 'ext': 'flv',
+ 'ext': 'mp4',
'title': 'Cena vs. Rollins Would Expose the Heavyweight Division',
'description': 'md5:984afb4ade2f9c0db35f3267ed88b36e',
+ 'upload_date': '20150723',
+ 'timestamp': 1437679032,
+
},
+ 'expected_warnings': [
+ 'Unable to download f4m manifest'
+ ]
}]
def _real_extract(self, url):