summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2022-08-13 08:44:55 +0200
committerYorhel <git@yorhel.nl>2022-08-13 08:44:57 +0200
commitdd840acc005eac6f07b35f56e04dff3d9f5cfe5e (patch)
treedb8228f99c68ce7f70764d1fc1f080af3c689f97 /lib
parent3195c481157e45bc9cc37c28be22ebf1b663c208 (diff)
ExtLinks: Allow more characters in Denpasoft links
Fixes https://vndb.org/t2520.693
Diffstat (limited to 'lib')
-rw-r--r--lib/VNDB/ExtLinks.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/ExtLinks.pm b/lib/VNDB/ExtLinks.pm
index 891a5bbe..202afe3e 100644
--- a/lib/VNDB/ExtLinks.pm
+++ b/lib/VNDB/ExtLinks.pm
@@ -99,7 +99,7 @@ our %LINKS = (
l_denpa => { label => 'Denpasoft'
, fmt => 'https://denpasoft.com/product/%s/'
, fmt2 => config->{denpa_url}
- , regex => qr{(?:www\.)?denpasoft\.com/products?/([a-z0-9-]+).*} },
+ , regex => qr{(?:www\.)?denpasoft\.com/products?/([^/&#?:]+).*} },
l_jlist => { label => 'J-List'
, fmt => 'https://www.jlist.com/%s'
, fmt2 => sub { config->{ shift->{l_jlist_jbox} ? 'jbox_url' : 'jlist_url' } }