aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/imggaming.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/imggaming.py')
-rw-r--r--yt_dlp/extractor/imggaming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/imggaming.py b/yt_dlp/extractor/imggaming.py
index e11f92053..1e43ec95b 100644
--- a/yt_dlp/extractor/imggaming.py
+++ b/yt_dlp/extractor/imggaming.py
@@ -65,7 +65,7 @@ class ImgGamingBaseIE(InfoExtractor):
domain, media_type, media_id, playlist_id = re.match(self._VALID_URL, url).groups()
if playlist_id:
- if self._downloader.params.get('noplaylist'):
+ if self.get_param('noplaylist'):
self.to_screen('Downloading just video %s because of --no-playlist' % media_id)
else:
self.to_screen('Downloading playlist %s - add --no-playlist to just download video' % playlist_id)