about summary refs log tree commit diff
path: root/youtube_dl/extractor/livestream.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2015-12-27 17:27:20 +0100
committerremitamine <remitamine@gmail.com>2015-12-27 17:27:20 +0100
commitc71d2e2087e6daf2196bb26ba7fa7e00c10f2d53 (patch)
tree2b9dd60523c17a4bf71be0c012c71318678a4cb6 /youtube_dl/extractor/livestream.py
parent59185202c6854b39ceb5fe6ea960ad1b308ceca8 (diff)
downloadyoutube-dl-c71d2e2087e6daf2196bb26ba7fa7e00c10f2d53.tar.gz
youtube-dl-c71d2e2087e6daf2196bb26ba7fa7e00c10f2d53.tar.xz
youtube-dl-c71d2e2087e6daf2196bb26ba7fa7e00c10f2d53.zip
[livestream] change test url
Diffstat (limited to 'youtube_dl/extractor/livestream.py')
-rw-r--r--youtube_dl/extractor/livestream.py2
1 files changed, 1 insertions, 1 deletions
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,
     }]