mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Update yt_dlp/extractor/softwhiteunderbelly.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
c3333de964
commit
add9835bf7
1 changed files with 1 additions and 3 deletions
|
@ -58,9 +58,7 @@ def _perform_login(self, username, password):
|
|||
signin_page = self._download_webpage(self._LOGIN_URL, video_id=None, note='Getting authenticity token')
|
||||
|
||||
self._download_webpage(
|
||||
self._LOGIN_URL,
|
||||
video_id=None,
|
||||
note='Logging in',
|
||||
self._LOGIN_URL, None, 'Logging in',
|
||||
data=urlencode_postdata({
|
||||
'email': username,
|
||||
'password': password,
|
||||
|
|
Loading…
Reference in a new issue