Be a little less specific about what an artist username looks like
This commit is contained in:
parent
a7ca0f9303
commit
8c5c97a0d3
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user