From c71d2e2087e6daf2196bb26ba7fa7e00c10f2d53 Mon Sep 17 00:00:00 2001 From: remitamine Date: Sun, 27 Dec 2015 17:27:20 +0100 Subject: [PATCH] [livestream] change test url --- youtube_dl/extractor/livestream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/livestream.py b/youtube_dl/extractor/livestream.py index 9c8d826c4..688eb2308 100644 --- a/youtube_dl/extractor/livestream.py +++ b/youtube_dl/extractor/livestream.py @@ -254,7 +254,7 @@ class LivestreamOriginalIE(InfoExtractor): 'playlist_mincount': 4, }, { # live stream - 'url': 'http://www.livestream.com/znsbahamas', + 'url': 'http://original.livestream.com/znsbahamas', 'only_matching': True, }]