summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-03-23 16:21:06 +0100
committerYorhel <git@yorhel.nl>2020-03-23 16:21:10 +0100
commit6aebc121fc09086a6d1f4ca6e54d91aaa1a6d605 (patch)
tree5408afa311cfba2bfdd40778aa2446542e4bb0d2 /lib/VNDB
parentc15ceba222b17b6ca84ef74b7edeebafc4d4668b (diff)
ExtLinks: Actually display the newly added sites
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/ExtLinks.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/VNDB/ExtLinks.pm b/lib/VNDB/ExtLinks.pm
index feeb9503..722bf10b 100644
--- a/lib/VNDB/ExtLinks.pm
+++ b/lib/VNDB/ExtLinks.pm
@@ -246,16 +246,20 @@ sub enrich_extlinks {
l 'l_dlsiteen', $obj->{l_dlsiteen_price};
l 'l_gog';
l 'l_itch';
+ l 'l_gamejolt';
l 'l_denpa', $obj->{l_denpa_price};
l 'l_jlist', $obj->{l_jlist_price};
l 'l_jastusa';
l 'l_gyutto';
l 'l_digiket';
l 'l_melon';
+ l 'l_melonjp';
l 'l_mg', $obj->{l_mg_price};
+ l 'l_nutaku';
l 'l_getchu';
l 'l_getchudl';
l 'l_dmm';
+ l 'l_toranoana';
push @links, map [ 'PlayAsia', $_->{url}, $_->{price} ], @{$obj->{l_playasia}} if $obj->{l_playasia};
}