summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-11-02 15:54:21 +0100
committerYorhel <git@yorhel.nl>2020-11-02 15:54:21 +0100
commit99a45c700e7e61dbf58074579398cd6199d91a9b (patch)
treeb9e4c0b81e910aad93d5dba51fd197fe5d7e1426 /lib
parentddc4b6779acc962addd7f0dfd31df70d77fff113 (diff)
ExtLinks: Denpa URL change
Diffstat (limited to 'lib')
-rw-r--r--lib/VNDB/ExtLinks.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNDB/ExtLinks.pm b/lib/VNDB/ExtLinks.pm
index 96b3dd9c..e632d9b3 100644
--- a/lib/VNDB/ExtLinks.pm
+++ b/lib/VNDB/ExtLinks.pm
@@ -97,9 +97,9 @@ our %LINKS = (
, regex => qr{([a-z0-9_-]+\.itch\.io/[a-z0-9_-]+)}
, patt => 'https://<artist>.itch.io/<product>' },
l_denpa => { label => 'Denpasoft'
- , fmt => 'https://denpasoft.com/products/%s'
+ , 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?/([a-z0-9-]+).*} },
l_jlist => { label => 'J-List'
, fmt => 'https://www.jlist.com/%s'
, fmt2 => sub { config->{ shift->{l_jlist_jbox} ? 'jbox_url' : 'jlist_url' } }