Be a little less specific about what an artist username looks like

This commit is contained in:
rubyist 2020-02-27 19:06:16 -08:00
parent a7ca0f9303
commit 8c5c97a0d3

View File

@ -23,7 +23,7 @@ class MatterIE(InfoExtractor):
) )
author = self._html_search_regex( author = self._html_search_regex(
r'<a href="https://app.matter.online/artists/user_\d+" target="[^"]+">([^<]+)</a>', r'<a href="https://app.matter.online/artists/[^"]+" target="[^"]+">([^<]+)</a>',
webpage, "author" webpage, "author"
) )
title = self._html_search_regex( title = self._html_search_regex(