summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Käufl <youtube-dl@c.michael-kaeufl.de>2014-11-05 15:43:53 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-11-12 15:24:37 +0100
commit7009a9047ac57b4826623b0c22c6956ebf9ac902 (patch)
tree0109fc5d9e92b099626e091f9278f5c501174ef0
parent498942f187d248271366068f684755a64cc62481 (diff)
downloadyoutube-dl-7009a9047ac57b4826623b0c22c6956ebf9ac902.tar.gz
youtube-dl-7009a9047ac57b4826623b0c22c6956ebf9ac902.tar.xz
youtube-dl-7009a9047ac57b4826623b0c22c6956ebf9ac902.zip
[byutv] Update test
-rw-r--r--youtube_dl/extractor/byutv.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/youtube_dl/extractor/byutv.py b/youtube_dl/extractor/byutv.py
index cf19b7b0c..6252be05b 100644
--- a/youtube_dl/extractor/byutv.py
+++ b/youtube_dl/extractor/byutv.py
@@ -10,12 +10,12 @@ from ..utils import ExtractorError
 class BYUtvIE(InfoExtractor):
     _VALID_URL = r'^https?://(?:www\.)?byutv.org/watch/[0-9a-f-]+/(?P<video_id>[^/?#]+)'
     _TEST = {
-        'url': 'http://www.byutv.org/watch/44e80f7b-e3ba-43ba-8c51-b1fd96c94a79/granite-flats-talking',
+        'url': 'http://www.byutv.org/watch/6587b9a3-89d2-42a6-a7f7-fd2f81840a7d/studio-c-season-5-episode-5',
         'info_dict': {
-            'id': 'granite-flats-talking',
+            'id': 'studio-c-season-5-episode-5',
             'ext': 'mp4',
-            'description': 'md5:4e9a7ce60f209a33eca0ac65b4918e1c',
-            'title': 'Talking',
+            'description': 'md5:5438d33774b6bdc662f9485a340401cc',
+            'title': 'Season 5 Episode 5',
             'thumbnail': 're:^https?://.*promo.*'
         },
         'params': {