1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-23 21:58:29 +00:00

remove widevine

This commit is contained in:
doe1080 2025-07-16 11:46:55 +09:00
parent c52f6695fd
commit b68a0772bb

View File

@ -2002,16 +2002,6 @@ class GenericIE(InfoExtractor):
'ext': 'mp4',
},
'skip': 'Invalid URL',
}, {
# 🆑146
# RtlNlIE; Widevine protected
'url': 'http://www.rtlnieuws.nl/nieuws/buitenland/aanslagen-kopenhagen',
'playlist_mincount': 5,
'info_dict': {
'id': 'aanslagen-kopenhagen',
'title': 'Aanslagen Kopenhagen',
},
'skip': 'Invalid URL',
}]
def report_following_redirect(self, new_url):