diff options
Diffstat (limited to 'yt_dlp/extractor/gronkh.py')
-rw-r--r-- | yt_dlp/extractor/gronkh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/gronkh.py b/yt_dlp/extractor/gronkh.py index a7792a5e0..58cd59511 100644 --- a/yt_dlp/extractor/gronkh.py +++ b/yt_dlp/extractor/gronkh.py @@ -6,7 +6,7 @@ from ..utils import unified_strdate class GronkhIE(InfoExtractor): - _VALID_URL = r'(?:https?://)(?:www\.)?gronkh\.tv/stream/(?P<id>\d+)' + _VALID_URL = r'https?://(?:www\.)?gronkh\.tv/stream/(?P<id>\d+)' _TESTS = [{ 'url': 'https://gronkh.tv/stream/536', |