logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: c71d2e2087e6daf2196bb26ba7fa7e00c10f2d53
parent 59185202c6854b39ceb5fe6ea960ad1b308ceca8
Author: remitamine <remitamine@gmail.com>
Date:   Sun, 27 Dec 2015 17:27:20 +0100

[livestream] change test url

Diffstat:

Myoutube_dl/extractor/livestream.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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, }]