summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-11-02 16:00:25 +0100
committerYorhel <git@yorhel.nl>2020-11-02 16:00:31 +0100
commitf3420b701aa033c90678216bd36d374c10e3ac9f (patch)
treeca8660e5dc3638016e8246e4e779f3a27b819bc4
parent99a45c700e7e61dbf58074579398cd6199d91a9b (diff)
ExtLinks: Also fix URL format in the default config
-rw-r--r--lib/VNDB/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Config.pm b/lib/VNDB/Config.pm
index 01b67a58..f01e8ad8 100644
--- a/lib/VNDB/Config.pm
+++ b/lib/VNDB/Config.pm
@@ -30,7 +30,7 @@ my $config = {
trace_log => 0,
dlsite_url => 'https://www.dlsite.com/%s/work/=/product_id/%%s.html',
- denpa_url => 'https://denpasoft.com/products/%s',
+ denpa_url => 'https://denpasoft.com/product/%s',
jlist_url => 'https://www.jlist.com/%s',
jbox_url => 'https://www.jbox.com/%s',
mg_r18_url => 'https://www.mangagamer.com/r18/detail.php?product_code=%d',