mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -07:00
Merge 757d9636f3
into a084c80f7b
This commit is contained in:
commit
6822432401
1 changed files with 1 additions and 1 deletions
|
@ -1186,7 +1186,7 @@ class YoutubeDL(object):
|
|||
x_forwarded_for = ie_result.get('__x_forwarded_for_ip')
|
||||
|
||||
for i, entry in enumerate(entries, 1):
|
||||
self.to_screen('[download] Downloading video %s of %s' % (i, n_entries))
|
||||
self.to_screen('[download] Downloading file %s of %s' % (i, n_entries))
|
||||
# This __x_forwarded_for_ip thing is a bit ugly but requires
|
||||
# minimal changes
|
||||
if x_forwarded_for:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue