aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-09-30 20:06:21 +0600
committerSergey M․ <dstftw@gmail.com>2015-09-30 20:06:21 +0600
commitee2d190253ae3e0a8254029dc6e8d7e42c194042 (patch)
tree2852d3228c11b41689faa08076c6d6ec1fe6a5b1
parentaedb930cfcd068600d3b5b0b3aef32df1a28f0c0 (diff)
downloadyoutube-dl-ee2d190253ae3e0a8254029dc6e8d7e42c194042.tar.xz
[nfl] Add test for #7012
-rw-r--r--youtube_dl/extractor/nfl.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/youtube_dl/extractor/nfl.py b/youtube_dl/extractor/nfl.py
index 4c35c561b..200874d68 100644
--- a/youtube_dl/extractor/nfl.py
+++ b/youtube_dl/extractor/nfl.py
@@ -108,6 +108,20 @@ class NFLIE(InfoExtractor):
'upload_date': '20150918',
},
}, {
+ # lowercase data-contentid
+ 'url': 'http://www.steelers.com/news/article-1/Tomlin-on-Ben-getting-Vick-ready/56399c96-4160-48cf-a7ad-1d17d4a3aef7',
+ 'info_dict': {
+ 'id': '12693586-6ea9-4743-9c1c-02c59e4a5ef2',
+ 'ext': 'mp4',
+ 'title': 'Tomlin looks ahead to Ravens on a short week',
+ 'description': 'md5:32f3f7b139f43913181d5cbb24ecad75',
+ 'timestamp': 1443459651,
+ 'upload_date': '20150928',
+ },
+ 'params': {
+ 'skip_download': True,
+ },
+ }, {
'url': 'http://www.nfl.com/videos/nfl-network-top-ten/09000d5d810a6bd4/Top-10-Gutsiest-Performances-Jack-Youngblood',
'only_matching': True,
}, {