From 8c5c97a0d36e37d552c56ff03cda0fea2651e5d7 Mon Sep 17 00:00:00 2001 From: rubyist Date: Thu, 27 Feb 2020 19:06:16 -0800 Subject: [PATCH] Be a little less specific about what an artist username looks like --- youtube_dl/extractor/matter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/matter.py b/youtube_dl/extractor/matter.py index ec427625b..1d2db7451 100644 --- a/youtube_dl/extractor/matter.py +++ b/youtube_dl/extractor/matter.py @@ -23,7 +23,7 @@ class MatterIE(InfoExtractor): ) author = self._html_search_regex( - r'([^<]+)', + r'([^<]+)', webpage, "author" ) title = self._html_search_regex(