aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/stv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/stv.py')
-rw-r--r--hypervideo_dl/extractor/stv.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/hypervideo_dl/extractor/stv.py b/hypervideo_dl/extractor/stv.py
index c879fb5..8b3e635 100644
--- a/hypervideo_dl/extractor/stv.py
+++ b/hypervideo_dl/extractor/stv.py
@@ -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',