summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDB')
-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';