Skip to content

Commit

Permalink
plugins.niconicochannelplus: make URL matcher less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhlkj6612 committed Dec 21, 2022
1 parent 9661f97 commit c91c19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streamlink/plugins/niconicochannelplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@pluginmatcher(
re.compile(
r"^https?://nicochannel\.jp/(?P<channel>[a-z0-9\._-]+)/(?:video|live)/(?P<id>sm[a-zA-Z0-9]+)$"
r"https?://nicochannel\.jp/(?P<channel>[a-z0-9\._-]+)/(?:video|live)/(?P<id>sm[a-zA-Z0-9]+)"
)
)
class NicoNicoChannelPlus(Plugin):
Expand Down

0 comments on commit c91c19e

Please sign in to comment.