Open mizmazz opened 4 years ago
It looks like the issue might be here: https://github.com/blackjack4494/yt-dlc/blob/ee69b02a4fb70b160e72a220a66aee7c1e3194f3/youtube_dlc/extractor/brightcove.py#L479 The structure of the json looks to have changed and logic surrounding this doesn't seem to match anymore.
I pulled the url listed for src on line 477, it's an m3u8 playlist. It never gets to the point of pulling the playlist because 'key_systems' is present and we pass over it. Upon further digging, 'key_systems' indicates a DRM lock on the media. It would probably be ideal to return an error stating it's DRM locked if we bump into that.
How am I able to get the url listed for src?
I modified the code for testing and pulled the url out. It's a large m3u8 playlist.
Checklist
Verbose log
Description
7plus downloader no longer working for some episodes in particular the latest episode of Housos found here: https://7plus.com.au/housos?episode-id=HOUS03-001
Thanks :)