From 2be56f224242ca7a19c92139487a9cf7eff3e3f7 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sun, 9 Jan 2022 19:27:41 +0530 Subject: [PATCH] [funk] Support origin URLs Closes #2270 --- yt_dlp/extractor/funk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yt_dlp/extractor/funk.py b/yt_dlp/extractor/funk.py index e5e32608f..7cd745398 100644 --- a/yt_dlp/extractor/funk.py +++ b/yt_dlp/extractor/funk.py @@ -9,9 +9,9 @@ str_or_none, ) - +#2270 class FunkIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?funk\.net/(?:channel|playlist)/[^/]+/(?P[0-9a-z-]+)-(?P\d+)' + _VALID_URL = r'https?://(?:www\.|origin\.)?funk\.net/(?:channel|playlist)/[^/]+/(?P[0-9a-z-]+)-(?P\d+)' _TESTS = [{ 'url': 'https://www.funk.net/channel/ba-793/die-lustigsten-instrumente-aus-dem-internet-teil-2-1155821', 'md5': '8dd9d9ab59b4aa4173b3197f2ea48e81',