mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 15:33:16 +00:00
parent
efa944f4bc
commit
4455918e7f
|
@ -73,6 +73,8 @@ def _real_extract(self, url):
|
||||||
})
|
})
|
||||||
|
|
||||||
programme = result.get('programme') or {}
|
programme = result.get('programme') or {}
|
||||||
|
if programme.get('drmEnabled'):
|
||||||
|
self.report_drm(video_id)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'_type': 'url_transparent',
|
'_type': 'url_transparent',
|
||||||
|
|
Loading…
Reference in a new issue