(mixi-news-content-regexp): Follow the change of mixi.
[elisp/mixi.git] / mixi.el
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\">\\)")