[extractor/kick] Make initial request non-fatal

Authored by: bashonly
pull/6762/head
bashonly 1 year ago
parent 141a8dff98
commit 0a6918a4a1
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -14,7 +14,7 @@ from ..utils import (
class KickBaseIE(InfoExtractor):
def _real_initialize(self):
self._request_webpage(HEADRequest('https://kick.com/'), None, 'Setting up session')
self._request_webpage(HEADRequest('https://kick.com/'), None, 'Setting up session', fatal=False)
xsrf_token = self._get_cookies('https://kick.com/').get('XSRF-TOKEN')
if not xsrf_token:
self.write_debug('kick.com did not set XSRF-TOKEN cookie')

Loading…
Cancel
Save