summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNPage.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2017-01-25 09:04:56 +0100
committerYorhel <git@yorhel.nl>2017-01-25 09:04:59 +0100
commita4d90e9766d4e31f4e362a85c68ef1b1a9dad8ff (patch)
tree6b0d227a12db1b657002bb791a6ef0590f060938 /lib/VNDB/Handler/VNPage.pm
parent3101cdeb7c12eacad1706ceea57e7cbf6c1c92d8 (diff)
Disable links to AnimeNFO for the moment
https://vndb.org/t2520.210
Diffstat (limited to 'lib/VNDB/Handler/VNPage.pm')
-rw-r--r--lib/VNDB/Handler/VNPage.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm
index 4cdcb166..e6b857c2 100644
--- a/lib/VNDB/Handler/VNPage.pm
+++ b/lib/VNDB/Handler/VNPage.pm
@@ -655,10 +655,11 @@ sub _anime {
b;
txt '[';
a href => "http://anidb.net/a$_->{id}", title => 'AniDB', 'DB';
- if($_->{nfo_id}) {
- txt '-';
- a href => "http://animenfo.com/animetitle,$_->{nfo_id},a.html", title => 'AnimeNFO', 'NFO';
- }
+ # AnimeNFO links seem to be broken at the moment. TODO: Completely remove?
+ #if($_->{nfo_id}) {
+ # txt '-';
+ # a href => "http://animenfo.com/animetitle,$_->{nfo_id},a.html", title => 'AnimeNFO', 'NFO';
+ #}
if($_->{ann_id}) {
txt '-';
a href => "http://www.animenewsnetwork.com/encyclopedia/anime.php?id=$_->{ann_id}", title => 'Anime News Network', 'ANN';