aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/rtbf.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/rtbf.py')
-rw-r--r--yt_dlp/extractor/rtbf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/rtbf.py b/yt_dlp/extractor/rtbf.py
index 2bb0acd5a..c6ca4cd10 100644
--- a/yt_dlp/extractor/rtbf.py
+++ b/yt_dlp/extractor/rtbf.py
@@ -125,7 +125,7 @@ class RTBFIE(InfoExtractor):
})
mpd_url = data.get('urlDash')
- if mpd_url and (self._downloader.params.get('allow_unplayable_formats') or not data.get('drm')):
+ if mpd_url and (self.get_param('allow_unplayable_formats') or not data.get('drm')):
formats.extend(self._extract_mpd_formats(
mpd_url, media_id, mpd_id='dash', fatal=False))