aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/neteasemusic.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/neteasemusic.py')
-rw-r--r--hypervideo_dl/extractor/neteasemusic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/neteasemusic.py b/hypervideo_dl/extractor/neteasemusic.py
index 978a058..7652371 100644
--- a/hypervideo_dl/extractor/neteasemusic.py
+++ b/hypervideo_dl/extractor/neteasemusic.py
@@ -405,7 +405,7 @@ class NetEaseMusicProgramIE(NetEaseMusicBaseIE):
name = info['name']
description = info['description']
- if not info['songs'] or self._downloader.params.get('noplaylist'):
+ if not info['songs'] or self.get_param('noplaylist'):
if info['songs']:
self.to_screen(
'Downloading just the main audio %s because of --no-playlist'