mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 06:14:05 -07:00
Merge fc1282b3fe
into c5098961b0
This commit is contained in:
commit
fe53ce7ae6
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
||||||
self._TFA_URL.format(tl), tfa_req,
|
self._TFA_URL.format(tl), tfa_req,
|
||||||
'Submitting TFA code', 'Unable to submit TFA code')
|
'Submitting TFA code', 'Unable to submit TFA code')
|
||||||
|
|
||||||
if tfa_results is False:
|
if not tfa_results:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
tfa_res = try_get(tfa_results, lambda x: x[0][5], list)
|
tfa_res = try_get(tfa_results, lambda x: x[0][5], list)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue