commit dd55ecaa68eebab8c5232acf145254d18b56b0f5
parent 749b13bc02736c69873759151e7b109c88a906d5
Author: Avram Lyon <ajlyon@gmail.com>
Date: Mon, 20 Sep 2010 13:37:35 +0000
Fix for newspaper article saving in TVNZ translator, thanks to Sopheak.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/translators/TVNZ.js b/translators/TVNZ.js
@@ -8,7 +8,7 @@
"priority" : 100,
"inRepository" : true,
"translatorType" : 4,
- "lastUpdated":"2010-08-03 10:30:20"
+ "lastUpdated":"2010-09-20 10:30:20"
}
function detectWeb(doc, url) {
@@ -200,7 +200,7 @@ function doWeb(doc, url){
for (var i in items){
articles.push(i);
}
- } else if (detectWeb(doc,url) =="webpage"){
+ } else if (detectWeb(doc,url) =="newspaperArticle"){
articles = [url];
}
else if (detectWeb(doc,url) =="tvBroadcast"){