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

sb-yahoo.el



野宮%初孫誕生,です.^^;;

今年も宜しくお願い致します.m(_ _)m

ところで,Yahoo に一部変更があり,その為,

1. 1ページしか読めない

2. グループ標記が冗長になる

という問題が発生しています.

応急措置的ですが,パッチをお送りします.

--- sb-yahoo.el.orig    2006-12-15 10:06:14.000000000 +0900
+++ sb-yahoo.el 2007-01-09 18:25:07.000000000 +0900
@@ -112,7 +112,7 @@
                  (let ((s0 "[\t\n\r ]*")
                        (s1 "[\t\n\r ]+"))
                    (concat
-                    "<a" s1 "href=\""
+                    "<li class=\"yjMt\">" s0 "<a" s1 "href=\""
                     ;; 1. url
                     "\\(http://headlines\\.yahoo\\.co\\.jp/hl\\?a="
                     ;; 2. serial number
@@ -148,7 +148,7 @@
          (push (shimbun-create-header
                 0
                 (match-string 6)
-                (concat from " (" jname "/" (match-string 7) ")")
+                (concat from " (" jname ")")
                 (shimbun-make-date-string
                  (string-to-number (match-string 3))
                  (string-to-number (match-string 4))

---
  野宮