summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-03-01 18:44:37 +0100
committerYorhel <git@yorhel.nl>2020-03-01 18:44:42 +0100
commit0c9494d2b7abc284f40e696704e6336a7e4a32eb (patch)
tree86aeaa5653c01e231ee14a8aa5be201b478432b2 /lib/VNDB
parentd906707b1bb31fc7d66610b29a8ebf345ceb9fab (diff)
ExtLinks: Rename "Melonbooks" to "Melonbooks.com" to avoid confusion
...that it's not melonbooks.co.jp
Diffstat (limited to 'lib/VNDB')
-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 49ed08c3..54368ea9 100644
--- a/lib/VNDB/ExtLinks.pm
+++ b/lib/VNDB/ExtLinks.pm
@@ -109,7 +109,7 @@ our %LINKS = (
l_digiket => { label => 'Digiket'
, fmt => 'https://www.digiket.com/work/show/_data/ID=ITM%07d/'
, regex => qr{digiket\.com/.*ITM([0-9]{7}).*} },
- l_melon => { label => 'Melonbooks'
+ l_melon => { label => 'Melonbooks.com'
, fmt => 'https://www.melonbooks.com/index.php?main_page=product_info&products_id=IT%010d'
, regex => qr{melonbooks\.com/.*products_id=IT([0-9]{10}).*} },
l_mg => { label => 'MangaGamer'