From: bg66 Date: Thu, 7 Jun 2007 01:09:02 +0000 (+0000) Subject: (mixi-event-time-regexp): Follow the change of mixi. X-Git-Tag: mixi-el-1_0_0~32 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmixi.git;a=commitdiff_plain;h=47d038a4115608de4a02ff10ad3763eccfd8ca5a (mixi-event-time-regexp): Follow the change of mixi. (mixi-event-detail-regexp): Ditto. (mixi-event-comment-list-regexp): Ditto. --- diff --git a/ChangeLog b/ChangeLog index c08f67c..901c5de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-06-07 OHASHI Akira + + * mixi.el (mixi-event-time-regexp): Follow the change of mixi. + (mixi-event-detail-regexp): Ditto. + (mixi-event-comment-list-regexp): Ditto. + 2007-05-31 OHASHI Akira * mixi.el (mixi-diary-content-regexp): Follow the change of mixi. diff --git a/mixi.el b/mixi.el index ab0ac2a..7a3d387 100644 --- a/mixi.el +++ b/mixi.el @@ -1898,7 +1898,8 @@ Increase this value when unexpected error frequently occurs." (defconst mixi-event-time-regexp " ?\\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü
-?\\([0-9]+\\):\\([0-9]+\\)") +?\\([0-9]+\\):\\([0-9]+\\) +") (defconst mixi-event-title-regexp " \\([^<]+\\)") (defconst mixi-event-owner-regexp @@ -1917,7 +1918,8 @@ Increase this value when unexpected error frequently occurs." ") (defconst mixi-event-detail-regexp "¾ÜºÙ -
\\(.+\\)
") + +
\\(.+\\)
") (defconst mixi-event-limit-regexp "Ê罸´ü¸Â ? \\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü") @@ -2358,7 +2360,12 @@ Increase this value when unexpected error frequently occurs." - + + +
\\(.+\\)
+ +\\(.+\\) +
")