[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

sb-rss.el problem



今だけかもしれませんが itmedia.news.bursts の新着記事が見えません。
原因はフィードの先頭に古い広告記事が居座っているためです。sb-rss.el
の現在の仕様では、すでに取得した記事が見つかったら検索を終わってし
まうので、とりあえず以下のような応急処置をほどこしました。

--- sb-rss.el~	2010-02-18 22:17:43 +0000
+++ sb-rss.el	2010-02-23 23:55:15 +0000
@@ -216,10 +216,6 @@
 			 (id (shimbun-rss-build-message-id shimbun url date))
 			 (subject (shimbun-rss-node-text rss-ns 'title item)))
 		    (when (and id
-			       (shimbun-search-id shimbun id)
-			       (not need-all-items))
-		      (throw 'done headers))
-		    (when (and id
 			       (if (and ignored-subject subject)
 				   (not (string-match ignored-subject subject))
 				 t))
-- 
山岡