* mixi.el (mixi-log-list-regexp): Follow the change of mixi.
authorbg66 <bg66>
Mon, 19 Feb 2007 06:24:11 +0000 (06:24 +0000)
committerbg66 <bg66>
Mon, 19 Feb 2007 06:24:11 +0000 (06:24 +0000)
ChangeLog
mixi.el

index a41eb53..60fe9a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-02-19  OHASHI Akira  <bg66@koka-in.org>
 
+       * mixi.el (mixi-log-list-regexp): Follow the change of mixi.
+
+2007-02-19  OHASHI Akira  <bg66@koka-in.org>
+
        * mixi.el (mixi-news-finished-regexp): New regexp.
        (mixi-realize-news): Use it.
 
diff --git a/mixi.el b/mixi.el
index f63bcec..a173947 100644 (file)
--- a/mixi.el
+++ b/mixi.el
@@ -1108,7 +1108,7 @@ Increase this value when unexpected error frequently occurs."
   `(concat "/show_log.pl"))
 
 (defconst mixi-log-list-regexp
-  "\\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü \\([0-9]+\\):\\([0-9]+\\) <a href=\"show_friend\\.pl\\?id=\\([0-9]+\\)\">\\(.*\\)</a></li>")
+  "\\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü \\([0-9]+\\):\\([0-9]+\\) <a href=\"show_friend\\.pl\\?id=\\([0-9]+\\)\">\\(.*\\)</a>")
 
 ;;;###autoload
 (defun mixi-get-logs (&optional range)