(mixi-news-content-regexp): Follow the change of mixi.
authorbg66 <bg66>
Mon, 31 Mar 2008 13:30:23 +0000 (13:30 +0000)
committerbg66 <bg66>
Mon, 31 Mar 2008 13:30:23 +0000 (13:30 +0000)
ChangeLog
mixi.el

index e4aabbd..0ab856c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-31  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-news-content-regexp): Follow the change of mixi.
+
 2008-02-15  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi-el: Version 1.4.0 released.
diff --git a/mixi.el b/mixi.el
index f748c6e..b48c07a 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   (autoload 'w3m-retrieve "w3m")
   (autoload 'url-retrieve-synchronously "url"))
 
-(defconst mixi-revision "$Revision: 1.184 $")
+(defconst mixi-revision "$Revision: 1.185 $")
 
 (defgroup mixi nil
   "API library for accessing to mixi."
@@ -2847,8 +2847,7 @@ Increase this value when unexpected error frequently occurs."
 (defconst mixi-news-content-regexp
   "<div class=\"article\">
 \\(.+\\)
-
-
++
 \\(</div>
 </div>\\|<div class=\"additional\">\\)")