(mixi-friend-list-id-regexp): Follow the change of mixi.
authorbg66 <bg66>
Thu, 5 Apr 2007 13:25:45 +0000 (13:25 +0000)
committerbg66 <bg66>
Thu, 5 Apr 2007 13:25:45 +0000 (13:25 +0000)
(mixi-friend-list-nick-regexp): Ditto.
(mixi-community-category-regexp): Ditto.
(mixi-community-members-regexp): Ditto.
(mixi-community-open-level-regexp): Ditto.
(mixi-community-authority-regexp): Ditto.
(mixi-community-list-id-regexp): Ditto.
(mixi-community-list-name-regexp): Ditto.

ChangeLog
mixi.el

index fb706bd..7c0cace 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-04-05  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-friend-list-id-regexp): Follow the change of mixi.
+       (mixi-friend-list-nick-regexp): Ditto.
+       (mixi-community-category-regexp): Ditto.
+       (mixi-community-members-regexp): Ditto.
+       (mixi-community-open-level-regexp): Ditto.
+       (mixi-community-authority-regexp): Ditto.
+       (mixi-community-list-id-regexp): Ditto.
+       (mixi-community-list-name-regexp): Ditto.
+
 2007-03-26  OHASHI Akira  <bg66@koka-in.org>
 
        * Makefile.am (compile-individually): New target.
diff --git a/mixi.el b/mixi.el
index dd9ec9d..6799c43 100644 (file)
--- a/mixi.el
+++ b/mixi.el
@@ -1037,9 +1037,9 @@ Increase this value when unexpected error frequently occurs."
           (when ,friend (concat "&id=" (mixi-friend-id ,friend)))))
 
 (defconst mixi-friend-list-id-regexp
-  "<a href=show_friend\\.pl\\?id=\\([0-9]+\\)")
+  "<a href=\"?show_friend\\.pl\\?id=\\([0-9]+\\)\"?")
 (defconst mixi-friend-list-nick-regexp
-  "<td valign=middle>\\(.+\\)¤µ¤ó([0-9]+)<br />")
+  "<td valign=\"?top\"?>\\(.+\\)¤µ¤ó([0-9]+)")
 
 ;;;###autoload
 (defun mixi-get-friends (&rest friend-or-range)
@@ -1452,16 +1452,26 @@ Increase this value when unexpected error frequently occurs."
 <a href=\"\\(home\\.pl\\|show_friend\\.pl\\?id=\\([0-9]+\\)\\)\">\\(.*\\)</a>")
 (defconst mixi-community-category-regexp
   "<td bgcolor=\"?#F2DDB7\"? width=\"?80\"?><font color=\"?#996600\"?>¥«¥Æ¥´¥ê</font></td>
-<td width=\"?345\"?>\\([^<]+\\)</td>")
+<td width=\"?345\"?>
+\\(.+\\)
+</td>")
 (defconst mixi-community-members-regexp
   "<td bgcolor=\"?#F2DDB7\"? width=\"?80\"?><font color=\"?#996600\"?>¥á¥ó¥Ð¡¼¿ô</font></td>
-<td width=\"?345\"?>\\([0-9]+\\)¿Í</td></tr>")
+<td width=\"?345\"?>
+\\([0-9]+\\)¿Í
+</td>")
 (defconst mixi-community-open-level-regexp
   "<td bgcolor=\"?#F2DDB7\"? width=\"?80\"?><font color=\"?#996600\"?>»²²Ã¾ò·ï¤È<br />¸ø³«¥ì¥Ù¥ë</font></td>
-<td width=\"?345\"?>\\(.+\\)</td></tr>")
+<td width=\"?345\"?>
+\\(.+\\)
+</td>")
 (defconst mixi-community-authority-regexp
   "<td bgcolor=\"?#F2DDB7\"? width=\"?80\"?><font color=\"?#996600\"?>¥È¥Ô¥Ã¥¯ºîÀ®¤Î¸¢¸Â</font></td>
-<td width=\"?345\"?>\\(.+\\)</td></tr>")
+<td width=\"?345\"?>
+\\(.+\\)
+
+
+</td>")
 (defconst mixi-community-description-regexp
   "<td class=\"?h120\"? width=\"?345\"?>\\(.+\\)</td>")
 
@@ -1627,9 +1637,9 @@ Increase this value when unexpected error frequently occurs."
           (when ,friend (concat "&id=" (mixi-friend-id ,friend)))))
 
 (defconst mixi-community-list-id-regexp
-  "<a href=view_community\\.pl\\?id=\\([0-9]+\\)")
+  "<a href=\"?view_community\\.pl\\?id=\\([0-9]+\\)\"?")
 (defconst mixi-community-list-name-regexp
-  "<td valign=middle>\\(.+\\)([0-9]+)</td>")
+  "<td valign=\"?top\"?>\\(.+\\)([0-9]+)")
 
 ;;;###autoload
 (defun mixi-get-communities (&rest friend-or-range)