mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-13 13:05:13 +00:00
[ie/youtube] Fix remote components warning (#14853)
Fix 6224a38988
Authored by: bashonly
This commit is contained in:
@@ -181,7 +181,7 @@ class JsChallengeRequestDirector:
|
||||
return parts[0]
|
||||
return f'{", ".join(parts[:-1])} {joiner} {parts[-1]}'
|
||||
|
||||
if len(descriptions) > 1:
|
||||
if len(descriptions) == 1:
|
||||
msg = (
|
||||
f'Remote component {descriptions[0]} was skipped. '
|
||||
f'It may be required to solve JS challenges. '
|
||||
|
||||
Reference in New Issue
Block a user