Merge 757d9636f35463dde77d1651ecbe9270ded261cf into d55d1f423d6473ae6a9e13462d94bad1d71d28e0

This commit is contained in:
Balduin Scheffbuch 2024-12-22 23:04:55 +05:30 committed by GitHub
commit 63e7eb97fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1179,7 +1179,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: