mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-24 01:14:32 +01:00
[intldropout] prevent double login
This commit is contained in:
parent
cb49a58c5a
commit
cb588acb5a
@ -66,6 +66,9 @@ class IntlDropoutIE(VHXEmbedIE):
|
|||||||
if login_page is False:
|
if login_page is False:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if "You are now signed in" in login_page:
|
||||||
|
return
|
||||||
|
|
||||||
login_form = self._hidden_inputs(login_page)
|
login_form = self._hidden_inputs(login_page)
|
||||||
|
|
||||||
login_form.update({
|
login_form.update({
|
||||||
|
Loading…
Reference in New Issue
Block a user