]> jfr.im git - yt-dlp.git/commitdiff
[extractor/kick] Fix `_VALID_URL`
authorbashonly <redacted>
Sun, 25 Jun 2023 22:04:42 +0000 (17:04 -0500)
committerbashonly <redacted>
Sun, 25 Jun 2023 22:04:42 +0000 (17:04 -0500)
Closes #7384
Authored by: bashonly

yt_dlp/extractor/kick.py

index 765ffa0c80563b165d211dd30884b9c905d6c1de..be1dfd4b166102e4943606bbb326e1959cb82aa6 100644 (file)
@@ -30,7 +30,7 @@ def _call_api(self, path, display_id, note='Downloading API JSON', headers={}, *
 
 
 class KickIE(KickBaseIE):
 
 
 class KickIE(KickBaseIE):
-    _VALID_URL = r'https?://(?:www\.)?kick\.com/(?!(?:video|categories|search|auth)(?:[/?#]|$))(?P<id>[\w_]+)'
+    _VALID_URL = r'https?://(?:www\.)?kick\.com/(?!(?:video|categories|search|auth)(?:[/?#]|$))(?P<id>[\w-]+)'
     _TESTS = [{
         'url': 'https://kick.com/yuppy',
         'info_dict': {
     _TESTS = [{
         'url': 'https://kick.com/yuppy',
         'info_dict': {