From 4b1ab5d22fa3d45d806b14120a0712a51d9a6126 Mon Sep 17 00:00:00 2001 From: Brian Le Date: Wed, 11 Sep 2024 13:36:09 -0700 Subject: [PATCH] Support all web clients --- plugin/yt_dlp_plugins/extractor/getpot_bgutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: