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

Fix 6224a38988

Authored by: bashonly
pull/12078/merge
bashonly 1 month ago committed by GitHub
parent 6224a38988
commit cacd1630a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -181,7 +181,7 @@ class JsChallengeRequestDirector:
return parts[0] return parts[0]
return f'{", ".join(parts[:-1])} {joiner} {parts[-1]}' return f'{", ".join(parts[:-1])} {joiner} {parts[-1]}'
if len(descriptions) > 1: if len(descriptions) == 1:
msg = ( msg = (
f'Remote component {descriptions[0]} was skipped. ' f'Remote component {descriptions[0]} was skipped. '
f'It may be required to solve JS challenges. ' f'It may be required to solve JS challenges. '

Loading…
Cancel
Save