aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawkinson <jhawk@mit.edu>2017-11-22 11:56:47 -0500
committerYen Chi Hsuan <yan12125@gmail.com>2017-11-24 21:39:55 +0800
commit6899b1d9e87857e0ae2d36f710e0e12885b29c09 (patch)
tree606eff308ffd05973cfc525d862eec37fbcc2b3f
parent939be9adfe810ada7dbd5e9032bcfec19fafa14b (diff)
downloadyoutube-dl-6899b1d9e87857e0ae2d36f710e0e12885b29c09.tar.xz
[Generic] Update test 69 (suffolk/sjc)
suffolk.edu/sjc => suffolk.edu/sjc/live.php Unfortunately it only transmits video a few mornings per month, so leaving the 'skip' is probably appropriate. Updating the 'skip- to include the calendar information though.
-rw-r--r--youtube_dl/extractor/generic.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
index 8efe68106..d2e4551e3 100644
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -1099,9 +1099,9 @@ class GenericIE(InfoExtractor):
},
# jwplayer rtmp
{
- 'url': 'http://www.suffolk.edu/sjc/',
+ 'url': 'http://www.suffolk.edu/sjc/live.php',
'info_dict': {
- 'id': 'sjclive',
+ 'id': 'live',
'ext': 'flv',
'title': 'Massachusetts Supreme Judicial Court Oral Arguments',
'uploader': 'www.suffolk.edu',
@@ -1109,7 +1109,7 @@ class GenericIE(InfoExtractor):
'params': {
'skip_download': True,
},
- 'skip': 'does not contain a video anymore',
+ 'skip': 'Only has video a few mornings per month, see http://www.suffolk.edu/sjc/',
},
# Complex jwplayer
{