1
0
Fork 0
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:
Ben Faerber 2025-02-21 15:01:17 -07:00 committed by GitHub
parent add9835bf7
commit 4352a29657
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,8 +63,7 @@ def _perform_login(self, username, password):
'email': username,
'password': password,
'authenticity_token': self._html_search_regex(
r'name=["\']authenticity_token["\'] value=["\'](.+?)["\']', signin_page, 'authenticity_token',
),
r'name=["\']authenticity_token["\']\s+value=["\']([^"\']+)', signin_page, 'authenticity_token'),
'utf8': True,
}),
)