From: remitamine Date: Sun, 27 Dec 2015 16:27:20 +0000 (+0100) Subject: [livestream] change test url X-Git-Tag: 2015.12.29~16 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=c71d2e2087e6daf2196bb26ba7fa7e00c10f2d53;p=youtube-dl.git [livestream] change test url --- diff --git a/youtube_dl/extractor/livestream.py b/youtube_dl/extractor/livestream.py index 9c8d826c40..688eb23081 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, }]