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