diff --git a/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py b/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py index 2ede751..fc35f9f 100644 --- a/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py +++ b/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py @@ -13,7 +13,7 @@ @register_provider class BgUtilPotProviderRH(GetPOTProvider): _PROVIDER_NAME = 'BgUtilPot' - _SUPPORTED_CLIENTS = ('web_creator', 'web', 'web_embedded', 'web_music') + _SUPPORTED_CLIENTS = ('web', 'web_safari', 'web_embedded', 'web_music', 'web_creator') def _validate_get_pot(self, client: str, ydl: YoutubeDL, visitor_data=None, data_sync_id=None, player_url=None, **kwargs): if not data_sync_id and not visitor_data: