(mixi-post-key-regexp): Follow the change of mixi.
authorbg66 <bg66>
Tue, 19 Jun 2007 11:40:28 +0000 (11:40 +0000)
committerbg66 <bg66>
Tue, 19 Jun 2007 11:40:28 +0000 (11:40 +0000)
ChangeLog
mixi.el

index 901c5de..a76d3ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-19  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-post-key-regexp): Follow the change of mixi.
+
 2007-06-07  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (mixi-event-time-regexp): Follow the change of mixi.
diff --git a/mixi.el b/mixi.el
index 7a3d387..91b7fd8 100644 (file)
--- a/mixi.el
+++ b/mixi.el
@@ -1380,7 +1380,7 @@ Increase this value when unexpected error frequently occurs."
   `(concat "/add_diary.pl"))
 
 (defconst mixi-post-key-regexp
-  "<input type=\"?hidden\"? name=\"?post_key\"? value=\"\\([a-z0-9]+\\)\">")
+  "<input type=\"?hidden\"? name=\"?post_key\"? +value=\"\\([a-z0-9]+\\)\"")
 (defconst mixi-post-succeed-regexp
   "<b>\\(ºîÀ®\\|½ñ¤­¹þ¤ß\\)¤¬´°Î»¤·¤Þ¤·¤¿¡£È¿±Ç¤Ë»þ´Ö¤¬¤«¤«¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¤Î¤Ç¡¢É½¼¨¤µ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï¾¯¡¹¤ªÂÔ¤Á¤¯¤À¤µ¤¤¡£</b>")