Thanks to visit codestin.com
Credit goes to github.com

Skip to content

plugins.nos: rewrite and fix plugin#6954

Merged
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:plugins/nos/6953
Jun 14, 2026
Merged

plugins.nos: rewrite and fix plugin#6954
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:plugins/nos/6953

Conversation

@bastimeyer

Copy link
Copy Markdown
Member

Fixes #6953

@ltguillaume please check and see if this fixes the plugin.
https://github.com/streamlink/streamlink/blob/master/CONTRIBUTING.md#pull-request-feedback

The plugin currently still matches https://nos.nl/live. However, no live streams are shown there, only a link to the canonical URL of a live stream. I wasn't sure if this changes sometimes, depending on the time of day, so I left it.

$ ./script/test-plugin-urls.py --interface tun0 -m nos
:: https://nos.nl/collectie/13951/video/2491092-dit-was-prinsjesdag
::  360p, 480p, 720p, 1080p, worst, best
::   {'id': '2491092', 'author': None, 'category': None, 'title': 'Dit was Prinsjesdag'}
:: https://nos.nl/l/2490788
::  360p, 480p, 720p, 1080p, worst, best
::   {'id': '2490788', 'author': None, 'category': None, 'title': 'Meteoor gespot boven noord Nederland'}
:: https://nos.nl/live
!! No streams found
:: https://nos.nl/livestream/2539164-schaatsen-wb-milwaukee-straks-de-massastart-m
::  360p, 480p, 720p, 1080p, worst, best
::   {'id': '2539164', 'author': None, 'category': None, 'title': 'Schaatsen, WB Milwaukee: kijk mee naar de nabeschouwing'}
:: https://nos.nl/video/2490788-meteoor-gespot-boven-noord-nederland
::  360p, 480p, 720p, 1080p, worst, best
::   {'id': '2490788', 'author': None, 'category': None, 'title': 'Meteoor gespot boven noord Nederland'}

@bastimeyer bastimeyer added the plugin issue A Plugin does not work correctly label Jun 13, 2026
@bastimeyer bastimeyer merged commit d23faf6 into streamlink:master Jun 14, 2026
34 checks passed
@bastimeyer bastimeyer deleted the plugins/nos/6953 branch June 14, 2026 13:28
@ltguillaume

Copy link
Copy Markdown

True, this has been changed on the website. https://nos.nl/live now only lists the current livestreams, which start themselves with https://nos.nl/livestream/...

But everything's working great now, thanks!

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.nos: Unable to validate response text

2 participants