summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-08-26 10:35:06 +0200
committerYorhel <git@yorhel.nl>2021-08-26 10:35:09 +0200
commit3c0173ef7e631296d5f33320995ea19df32db96e (patch)
tree948887339a532c4a76b900fee2758aa1b16e2096 /lib/VNDB
parentcbdc591e4c8edc5c8ced2a016c98abb684a6f8da (diff)
ExtLinks: Fix JAST USA link format
All entries now need to be edited because the product IDs have changed, too. And there's no redirects. :(
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/ExtLinks.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNDB/ExtLinks.pm b/lib/VNDB/ExtLinks.pm
index cd01fd91..ce465407 100644
--- a/lib/VNDB/ExtLinks.pm
+++ b/lib/VNDB/ExtLinks.pm
@@ -110,8 +110,8 @@ our %LINKS = (
, fmt2 => sub { config->{ shift->{l_jlist_jbox} ? 'jbox_url' : 'jlist_url' } }
, regex => qr{(?:www\.)?(?:jlist|jbox)\.com/(?:.+/)?([a-z0-9-]*[0-9][a-z0-9-]*)} },
l_jastusa => { label => 'JAST USA'
- , fmt => 'https://jastusa.com/%s'
- , regex => qr{(?:www\.)?jastusa\.com/([a-z0-9-]+)} },
+ , fmt => 'https://jastusa.com/games/%s'
+ , regex => qr{(?:www\.)?jastusa\.com/games/([a-z0-9-]+)} },
l_fakku => { label => 'Fakku'
, fmt => 'https://www.fakku.net/games/%s'
, regex => qr{(?:www\.)?fakku\.(?:net|com)/games/([^/]+)(?:[/\?].*)?} },