[ie/youtube] Fix remote components warning (#14853)

Fix 6224a3898821965a7d6a2cb9cc2de40a0fd6e6bc

Authored by: bashonly
This commit is contained in:
bashonly 2025-11-01 02:15:15 -05:00 committed by GitHub
parent 6224a38988
commit cacd1630a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. '