summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-08-21 09:02:51 +0200
committerYorhel <git@yorhel.nl>2019-08-21 09:12:44 +0200
commit03b52285a55e81b7c35d6fe59a3eca490b228bea (patch)
treec3abbfe7780cf903bc2aef487b297b0e52502fd1 /data/global.pl
parent15ccfd7dc3ab140abe34417630c5e95bd9b1374f (diff)
Make some shop URLs configurable
This allows for easy insertion of affiliate referral tag.
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 5f348825..789ef47a 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -272,6 +272,11 @@ our %S;
Unity
YU-RIS
}],
+ dlsite_url => 'https://www.dlsite.com/home/work/=/product_id/%s.html',
+ dlsiteen_url => 'https://www.dlsite.com/eng/work/=/product_id/%s.html',
+ denpa_url => 'https://denpasoft.com/products/%s',
+ jlist_url => 'https://www.jlist.com/%s',
+ mg_url => 'https://www.mangagamer.com/r18/detail.php?product_code=%d',
);