]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/kick.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / kick.py
index a79ffb7a9895122a587086af933e11905f65295f..765ffa0c80563b165d211dd30884b9c905d6c1de 100644 (file)
@@ -14,7 +14,7 @@
 
 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')