From fafe10efc59ca1e2f276bd2eaa9dd522339878d3 Mon Sep 17 00:00:00 2001 From: Luna Komorebi Date: Fri, 2 Jul 2021 21:21:59 +0200 Subject: [PATCH] [radioplus] change dot to slash in URL regex --- haruhi_dl/extractor/radioplus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haruhi_dl/extractor/radioplus.py b/haruhi_dl/extractor/radioplus.py index 3b5312108..d725b2f8d 100644 --- a/haruhi_dl/extractor/radioplus.py +++ b/haruhi_dl/extractor/radioplus.py @@ -4,7 +4,7 @@ from .common import InfoExtractor class RadioPlusIE(InfoExtractor): - _VALID_URL = r"https?://(?:www\.)?radioplus\.pl.(?P.*)" + _VALID_URL = r"https?://(?:www\.)?radioplus\.pl/(?P.*)" _TESTS = [ { "url": "http://www.radioplus.pl/program-czytaj/1217/150114/szczecinski_szlak_azjatycki",