mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
parent
affc4fefea
commit
3b9d9f4374
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ def _prepare_frag_download(self, ctx):
|
|||
'ratelimit': self.params.get('ratelimit'),
|
||||
'retries': self.params.get('retries', 0),
|
||||
'nopart': self.params.get('nopart', False),
|
||||
'test': self.params.get('test', False),
|
||||
'test': False,
|
||||
}
|
||||
)
|
||||
tmpfilename = self.temp_name(ctx['filename'])
|
||||
|
|
Loading…
Reference in a new issue