diff options
Diffstat (limited to 'yt_dlp/extractor/funk.py')
-rw-r--r-- | yt_dlp/extractor/funk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/funk.py b/yt_dlp/extractor/funk.py index 7cd745398..2c5cfe864 100644 --- a/yt_dlp/extractor/funk.py +++ b/yt_dlp/extractor/funk.py @@ -9,7 +9,7 @@ from ..utils import ( str_or_none, ) -#2270 + class FunkIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.|origin\.)?funk\.net/(?:channel|playlist)/[^/]+/(?P<display_id>[0-9a-z-]+)-(?P<id>\d+)' _TESTS = [{ |