Skip to content

plugins.euronews: rewrite and fix live streams #3698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

bastimeyer
Copy link
Member

Fixes #3589

live / main

$ streamlink -l debug 'https://www.euronews.com/live'
[cli][debug] OS:         Linux-5.12.0-rc8-1-git-x86_64-with-glibc2.33
[cli][debug] Python:     3.9.3
[cli][debug] Streamlink: 2.1.1+9.g0f220f2
[cli][debug] Requests(2.25.1), Socks(1.7.1), Websocket(0.58.0)
[cli][debug] Arguments:
[cli][debug]  url=https://www.euronews.com/live
[cli][debug]  --loglevel=debug
[cli][debug]  --player=mpv
[cli][info] Found matching plugin euronews for URL https://www.euronews.com/live
[plugins.youtube][debug] Video ID from URL
[plugins.youtube][debug] Using video ID: sPgqEHsONK8
[plugins.youtube][debug] get_video_info - 1: Found data
[plugins.youtube][debug] This video is live.
[utils.l10n][debug] Language code: en_US
Available streams: 144p (worst), 240p, 360p, 480p, 720p (best)

live / de

$ streamlink -l debug 'https://de.euronews.com/live'
[cli][debug] OS:         Linux-5.12.0-rc8-1-git-x86_64-with-glibc2.33
[cli][debug] Python:     3.9.3
[cli][debug] Streamlink: 2.1.1+9.g0f220f2
[cli][debug] Requests(2.25.1), Socks(1.7.1), Websocket(0.58.0)
[cli][debug] Arguments:
[cli][debug]  url=https://de.euronews.com/live
[cli][debug]  --loglevel=debug
[cli][debug]  --player=mpv
[cli][info] Found matching plugin euronews for URL https://de.euronews.com/live
[plugins.youtube][debug] Video ID from URL
[plugins.youtube][debug] Using video ID: gdyuPcnSDuY
[plugins.youtube][debug] get_video_info - 1: Found data
[plugins.youtube][debug] This video is live.
[utils.l10n][debug] Language code: en_US
Available streams: 144p (worst), 240p, 360p, 480p, 720p (best)

vod / main

$ streamlink -l debug 'https://www.euronews.com/living/2021/04/20/the-world-is-on-the-verge-of-the-abyss-says-new-un-climate-report'
[cli][debug] OS:         Linux-5.12.0-rc8-1-git-x86_64-with-glibc2.33
[cli][debug] Python:     3.9.3
[cli][debug] Streamlink: 2.1.1+9.g0f220f2
[cli][debug] Requests(2.25.1), Socks(1.7.1), Websocket(0.58.0)
[cli][debug] Arguments:
[cli][debug]  url=https://www.euronews.com/living/2021/04/20/the-world-is-on-the-verge-of-the-abyss-says-new-un-climate-report
[cli][debug]  --loglevel=debug
[cli][debug]  --player=mpv
[cli][info] Found matching plugin euronews for URL https://www.euronews.com/living/2021/04/20/the-world-is-on-the-verge-of-the-abyss-says-new-un-climate-report
Available streams: vod (worst, best)

vod / de

$ streamlink -l debug 'https://de.euronews.com/2021/04/20/merkels-schwere-erbe-auf-dem-eu-parket'
[cli][debug] OS:         Linux-5.12.0-rc8-1-git-x86_64-with-glibc2.33
[cli][debug] Python:     3.9.3
[cli][debug] Streamlink: 2.1.1+9.g0f220f2
[cli][debug] Requests(2.25.1), Socks(1.7.1), Websocket(0.58.0)
[cli][debug] Arguments:
[cli][debug]  url=https://de.euronews.com/2021/04/20/merkels-schwere-erbe-auf-dem-eu-parket
[cli][debug]  --loglevel=debug
[cli][debug]  --player=mpv
[cli][info] Found matching plugin euronews for URL https://de.euronews.com/2021/04/20/merkels-schwere-erbe-auf-dem-eu-parket
Available streams: vod (worst, best)

@bastimeyer bastimeyer added the plugin issue A Plugin does not work correctly label Apr 20, 2021
@gravyboat gravyboat merged commit 44d4afa into streamlink:master Apr 20, 2021
@gravyboat
Copy link
Member

Thanks @bastimeyer.

@bastimeyer bastimeyer deleted the plugins/euronews/3589 branch April 21, 2021 00:02
Billy2011 added a commit to Billy2011/streamlink-27 that referenced this pull request Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin issue A Plugin does not work correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plugins.euronews: the stream replaced with youtube
2 participants