From 3d66274d7f1b149a6bfc18e86190da42e2d2d8ca Mon Sep 17 00:00:00 2001 From: rasmus Date: Wed, 17 Apr 2024 18:41:57 +0200 Subject: [PATCH] [ie/Boosty] use base domain to get cookies --- yt_dlp/extractor/boosty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/boosty.py b/yt_dlp/extractor/boosty.py index 025b65334..5381fdaee 100644 --- a/yt_dlp/extractor/boosty.py +++ b/yt_dlp/extractor/boosty.py @@ -166,7 +166,7 @@ def _extract_formats(self, player_urls, video_id): def _real_extract(self, url): user, post_id = self._match_valid_url(url).group('user', 'post_id') - auth_cookie = self._get_cookies('https://api.boosty.to/').get('auth') + auth_cookie = self._get_cookies('https://boosty.to/').get('auth') auth_headers = {} if auth_cookie is not None: try: