(mixi-diary-closed-regexp): Fix regexp.
authorbg66 <bg66>
Sun, 28 Sep 2008 03:36:59 +0000 (03:36 +0000)
committerbg66 <bg66>
Sun, 28 Sep 2008 03:36:59 +0000 (03:36 +0000)
ChangeLog
mixi.el

index fd0e285..ab5d41b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-diary-closed-regexp): Fix regexp.
+
 2008-08-22  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (url-request-method): Abolish useless variables.
diff --git a/mixi.el b/mixi.el
index 8973bcc..a4e59ee 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   (autoload 'w3m-retrieve "w3m")
   (autoload 'url-retrieve-synchronously "url"))
 
-(defconst mixi-revision "$Revision: 1.196 $")
+(defconst mixi-revision "$Revision: 1.197 $")
 
 (defgroup mixi nil
   "API library for accessing to mixi."
@@ -1204,7 +1204,7 @@ Increase this value when unexpected error frequently occurs."
           "&owner_id=" (mixi-friend-id (mixi-diary-owner ,diary))))
 
 (defconst mixi-diary-closed-regexp
-  "<td>ͧ¿Í\\(¤Îͧ¿Í\\)?¤Þ¤Ç¸ø³«¤Î¤¿¤áÆɤळ¤È¤¬½ÐÍè¤Þ¤»¤ó¡£</td>")
+  "¤³¤ÎÆüµ­¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó¡£°Ê²¼¤Î²ÄǽÀ­¤¬¹Í¤¨¤é¤ì¤Þ¤¹¡£<br />")
 (defconst mixi-diary-owner-nick-regexp
   "<div class=\"diaryTitle\\(Friend\\)? clearfix\">
 <h2>\\(.+?\\)\\(¤µ¤ó\\)?¤ÎÆüµ­</h2>")