(mixi-news-content-regexp): Follow the change of mixi.
authorbg66 <bg66>
Wed, 12 Nov 2008 03:16:30 +0000 (03:16 +0000)
committerbg66 <bg66>
Wed, 12 Nov 2008 03:16:30 +0000 (03:16 +0000)
ChangeLog
mixi.el

index f4d4fbb..9c4af81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-11-12  OHASHI Akira  <bg66@koka-in.org>
 
+       * mixi.el (mixi-news-content-regexp): Follow the change of mixi.
+
+2008-11-12  OHASHI Akira  <bg66@koka-in.org>
+
        * mixi.el (mixi-message-box-list): Add `noticebox'.
        (mixi-message-list-regexp): Follow the change of mixi.
        (mixi-message-title-regexp): Ditto.
diff --git a/mixi.el b/mixi.el
index 749128c..bf82c9a 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   (autoload 'w3m-retrieve "w3m")
   (autoload 'url-retrieve-synchronously "url"))
 
-(defconst mixi-revision "$Revision: 1.199 $")
+(defconst mixi-revision "$Revision: 1.200 $")
 
 (defgroup mixi nil
   "API library for accessing to mixi."
@@ -2863,8 +2863,7 @@ Increase this value when unexpected error frequently occurs."
   "<p class=\"date\">¡Ê\\(.+\\) - \\([0-9]+\\)·î\\([0-9]+\\)Æü \\([0-9]+\\):\\([0-9]+\\)¡Ë</p>")
 (defconst mixi-news-content-regexp
   "<div class=\"article\">
-\\(.+\\)
-+
+\\(\\(.\\|\r?\n\\)*?\\)
 \\(</div>
 </div>\\|<div class=\"additional\">\\)")