Bart Broere
Bart Broere
@dirkf Looking into it I realised this is probably caused by [the recently released new NPO app and website](https://service.npo.nl/onderwerp/technische-zaken#extra-toelichting-bij-vernieuwing-npo-start). I'll check all tests and maybe add some new ones
https://github.com/yt-dlp/yt-dlp/pull/9319 addresses the same issues. I think (speaking for the Dutch users a bit) that support for npo.nl is the main feature, and all the other sites often just embed...
> It's a bit vexing that the yt-dlp PR has done the same job, but by all means plunder any useful stuff from there. I would generally merge/back-port an updated...
> My suggestion for a universal approach would be > > * Extract POMS id from url with various implementations per url format/domain > * They all call the same...
I'll be mostly offline during April, so this is just a heads up that this PR will not see much progress for a few weeks. I didn't forget about it...
It successfully downloads all test URLs right now, but I'm not sure what it should say in the `ext` field in the `info_dict` of each test. I tried debugging it,...
> Hey, this is amazing work! I wanted to test it out, but it no longer seems to work unfortunately. Issue with getting the token. > > ``` > py.exe...
> @bartbroere NPO has renamed 'token' to 'jwt' Thanks! I changed it here too! > @bartbroere can this branch be (also) merged in yt-dlp and can development be synced there...
> btw, related question. Is all content uploaded nowadays drm protected? This is a great PR, but it seems like it can only be used on older content as the...
> We will need to merge this with #1123 I could target that branch with this PR, if that helps.