[Generic] Update test 69 (suffolk/sjc)
authorJohn Hawkinson <jhawk@mit.edu>
Wed, 22 Nov 2017 16:56:47 +0000 (11:56 -0500)
committerYen Chi Hsuan <yan12125@gmail.com>
Fri, 24 Nov 2017 13:39:55 +0000 (21:39 +0800)
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.

youtube_dl/extractor/generic.py

index 8efe681064831c37ac7ce38a36543e25e4532727..d2e4551e38374470a0ba265461bd5003f25589c7 100644 (file)
@@ -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
         {