Compare commits

...

2 Commits

Author SHA1 Message Date
Balduin Scheffbuch
63e7eb97fb
Merge 757d9636f3 into d55d1f423d 2024-12-22 23:04:55 +05:30
Balduin Scheffbuch
757d9636f3 Refactor download message to use "file" instead of "video" 2024-10-19 12:39:48 +02:00

View File

@ -1179,7 +1179,7 @@ class YoutubeDL(object):
x_forwarded_for = ie_result.get('__x_forwarded_for_ip') x_forwarded_for = ie_result.get('__x_forwarded_for_ip')
for i, entry in enumerate(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 file %s of %s' % (i, n_entries))
# This __x_forwarded_for_ip thing is a bit ugly but requires # This __x_forwarded_for_ip thing is a bit ugly but requires
# minimal changes # minimal changes
if x_forwarded_for: if x_forwarded_for: