chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 586 forks source link

EuroNews support is broken #1658

Open yktoo opened 5 years ago

yktoo commented 5 years ago

The URL generated apparently lacks the schema (http:):

$ livestreamer http://euronews.com/live
[cli][info] Found matching plugin euronews for URL http://euronews.com/live
error: Unable to open URL: //euronews-en-p-api.hexaglobe.net/0c8f986590bb91d2d7ab4e11c6ec5839/5b8825e4/euronews/euronews-euronews-website-web-responsive-2/en/stream_info.php?format=hls (Invalid URL '//euronews-en-p-api.hexaglobe.net/0c8f986590bb91d2d7ab4e11c6ec5839/5b8825e4/euronews/euronews-euronews-website-web-responsive-2/en/stream_info.php?format=hls': No schema supplied. Perhaps you meant http:////euronews-en-p-api.hexaglobe.net/0c8f986590bb91d2d7ab4e11c6ec5839/5b8825e4/euronews/euronews-euronews-website-web-responsive-2/en/stream_info.php?format=hls?)
cool-student commented 5 years ago

@yktoo Livestreamer is deprecated use https://github.com/streamlink/streamlink instead

yktoo commented 5 years ago

It's the same with streamlink unfortunately.

cool-student commented 5 years ago

@yktoo if you haven't already open a new issue on the streamlink site they're more active than livestreamer and might fix your problem