* mixi.el (mixi-news-title-regexp): Follow the change of mixi.
authorbg66 <bg66>
Tue, 23 Jan 2007 02:03:10 +0000 (02:03 +0000)
committerbg66 <bg66>
Tue, 23 Jan 2007 02:03:10 +0000 (02:03 +0000)
(mixi-news-content-regexp): Ditto.

ChangeLog
mixi.el

index 4806563..fd115dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-23  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-news-title-regexp): Follow the change of mixi.
+       (mixi-news-content-regexp): Ditto.
+
 2007-01-22  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (mixi-news-content-regexp): Follow the change of mixi.
diff --git a/mixi.el b/mixi.el
index 1b539a9..dac2570 100644 (file)
--- a/mixi.el
+++ b/mixi.el
@@ -2651,7 +2651,8 @@ Increase this value when unexpected error frequently occurs."
           "&media_id=" (mixi-news-media-id ,news)))
 
 (defconst mixi-news-title-regexp
-  "<td HEIGHT=\"46\" STYLE=\"font-weight: bold;font-size: 14px;\" CLASS=\"h130\">\\(.+\\)</td>")
+  "<td HEIGHT=\"46\" STYLE=\"font-weight: bold;font-size: 14px;\" CLASS=\"h130\">\\(.+\\)\\(\r
+\\)?</td>")
 (defconst mixi-news-media-time-regexp
   "<td COLSPAN=\"2\" ALIGN=\"right\">(\\(.+\\)&nbsp;-&nbsp;\\([0-9]+\\)·î\\([0-9]+\\)Æü \\([0-9]+\\):\\([0-9]+\\))</td></tr>")
 (defconst mixi-news-content-regexp
@@ -2659,8 +2660,8 @@ Increase this value when unexpected error frequently occurs."
 
 \\(.+\\)
 <br>
-
-?
+\\(.*
+\\)?
 
 \\(</td>\\|<br>\\)")