1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-23 07:53:21 +08:00

fixed whitespace

This commit is contained in:
Marvin D 2018-10-15 02:26:18 +02:00
parent 0ae7077086
commit 07c7d89195

View File

@ -1717,7 +1717,7 @@ class YoutubeDL(object):
if reason is not None:
self.to_screen('[download] ' + reason)
return
self._num_downloads += 1
info_dict['_filename'] = filename = self.prepare_filename(info_dict)