diff options
author | remitamine <remitamine@gmail.com> | 2015-12-27 17:27:20 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2015-12-27 17:27:20 +0100 |
commit | c71d2e2087e6daf2196bb26ba7fa7e00c10f2d53 (patch) | |
tree | 2b9dd60523c17a4bf71be0c012c71318678a4cb6 /youtube_dl/extractor/livestream.py | |
parent | 59185202c6854b39ceb5fe6ea960ad1b308ceca8 (diff) |
[livestream] change test url
Diffstat (limited to 'youtube_dl/extractor/livestream.py')
-rw-r--r-- | youtube_dl/extractor/livestream.py | 2 |
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, }] |