mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-05-22 18:05:46 -05:00
cleanup
This commit is contained in:
parent
1394bf22ad
commit
51f3ab4d84
1 changed files with 1 additions and 4 deletions
|
@ -98,10 +98,7 @@ class NZOnScreenIE(InfoExtractor):
|
|||
'alt_title': 'Reluctant Hero',
|
||||
'thumbnail': r're:https://www\.nzonscreen\.com/content/images/.+\.jpg',
|
||||
},
|
||||
'params': {
|
||||
# 'writesubtitles': True,
|
||||
'noplaylist': True,
|
||||
},
|
||||
'params': {'noplaylist': True},
|
||||
}]
|
||||
|
||||
def _extract_formats(self, playlist):
|
||||
|
|
Loading…
Reference in a new issue