Skip to content

Commit

Permalink
Support all web clients
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism committed Sep 11, 2024
1 parent 1aa2661 commit 4b1ab5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/yt_dlp_plugins/extractor/getpot_bgutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b1ab5d

Please sign in to comment.