[ie/youtube] Fix remote components warning (#14853)
Fix 6224a38988
Authored by: bashonly
This commit is contained in:
parent
6224a38988
commit
cacd1630a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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. '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue