summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Config.pm2
-rw-r--r--lib/VNDB/ExtLinks.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNDB/Config.pm b/lib/VNDB/Config.pm
index f01e8ad8..12c01509 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/product/%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',
diff --git a/lib/VNDB/ExtLinks.pm b/lib/VNDB/ExtLinks.pm
index e632d9b3..8a28291d 100644
--- a/lib/VNDB/ExtLinks.pm
+++ b/lib/VNDB/ExtLinks.pm
@@ -97,7 +97,7 @@ 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/product/%s'
+ , fmt => 'https://denpasoft.com/product/%s/'
, fmt2 => config->{denpa_url}
, regex => qr{(?:www\.)?denpasoft\.com/products?/([a-z0-9-]+).*} },
l_jlist => { label => 'J-List'