From 1e06f0b170c2f382688ebe796cd7d61ad5150208 Mon Sep 17 00:00:00 2001 From: user706 <39215612+user706@users.noreply.github.com> Date: Sun, 6 Jan 2019 22:44:59 +0100 Subject: [PATCH] [gramofononline] fix url matching (playlist must be unique, relative to single file) --- youtube_dl/extractor/gramofononline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/gramofononline.py b/youtube_dl/extractor/gramofononline.py index 9814afc3d..43b657ea7 100644 --- a/youtube_dl/extractor/gramofononline.py +++ b/youtube_dl/extractor/gramofononline.py @@ -81,7 +81,7 @@ class GramofonOnlineIE(InfoExtractor): class GramofonOnlinePlaylistIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?gramofononline\.hu(?:/hu|/en|/de)?(?:/index.php?.*playradio)?' + _VALID_URL = r'https?://(?:www\.)?gramofononline\.hu(?:/(?:hu/|en/|de/)?(?:index.php?.*playradio.*)?)?$' _TESTS = [{ 'url': 'https://gramofononline.hu',