Drop hash character in downloader output ()

pull/8/head
Philipp Hagemeister 2014-12-16 00:37:42 +01:00
rodzic 3940450878
commit 734ea11e3c
1 zmienionych plików z 1 dodań i 1 usunięć
youtube_dl

Wyświetl plik

@ -712,7 +712,7 @@ class YoutubeDL(object):
entries = entries[::-1]
for i, entry in enumerate(entries, 1):
self.to_screen('[download] Downloading video #%s of %s' % (i, n_entries))
self.to_screen('[download] Downloading video %s of %s' % (i, n_entries))
extra = {
'n_entries': n_entries,
'playlist': playlist,