1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[livestream] change test url

This commit is contained in:
remitamine 2015-12-27 17:27:20 +01:00
parent 59185202c6
commit c71d2e2087

View file

@ -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,
}]