mirror of https://github.com/yt-dlp/yt-dlp.git
parent
efa944f4bc
commit
4455918e7f
|
@ -73,6 +73,8 @@ class STVPlayerIE(InfoExtractor):
|
|||
})
|
||||
|
||||
programme = result.get('programme') or {}
|
||||
if programme.get('drmEnabled'):
|
||||
self.report_drm(video_id)
|
||||
|
||||
return {
|
||||
'_type': 'url_transparent',
|
||||
|
|
Loading…
Reference in New Issue