aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/crackle.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/crackle.py')
-rw-r--r--yt_dlp/extractor/crackle.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/extractor/crackle.py b/yt_dlp/extractor/crackle.py
index 216e71311..2c9d28d2e 100644
--- a/yt_dlp/extractor/crackle.py
+++ b/yt_dlp/extractor/crackle.py
@@ -176,8 +176,8 @@ class CrackleIE(InfoExtractor):
'width': mfs_info['width'],
'height': mfs_info['height'],
})
- if not formats and has_drm and not ignore_no_formats:
- raise ExtractorError('The video is DRM protected', expected=True)
+ if not formats and has_drm:
+ self.report_drm(video_id)
self._sort_formats(formats)
description = media.get('Description')