From d416e6fdaa7c804c79db287c4073b5f6f3801e8e Mon Sep 17 00:00:00 2001
From: tsuchiya
Date: Sun, 8 Oct 2000 13:19:22 +0000
Subject: [PATCH] * lisp/nnshimbun.el (nnshimbun-type-definition): Fix regular
expression to extract article body from `ZDNet'.
---
ChangeLog | 5 +++++
lisp/nnshimbun.el | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3798099..0973126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-08 TSUCHIYA Masatoshi
+
+ * lisp/nnshimbun.el (nnshimbun-type-definition): Fix regular
+ expression to extract article body from `ZDNet'.
+
2000-10-06 Katsumi Yamaoka
* lisp/imap.el: Require `base64' instead of to autoload it.
diff --git a/lisp/nnshimbun.el b/lisp/nnshimbun.el
index 1400590..255d2ec 100644
--- a/lisp/nnshimbun.el
+++ b/lisp/nnshimbun.el
@@ -122,8 +122,8 @@
(index-url . nnshimbun-url)
(from-address . "zdnn@softbank.co.jp")
(make-contents . nnshimbun-make-html-contents)
- (contents-start . "\\(\\|[0-9]+年[0-9]+月[0-9]+日[^<]*[ \t\r\f\n]*[ \t\r\f\n]*[ \t\r\f\n]*\\(
\\)?\\)")
- (contents-end . "\\(\\|\\|<\\(b\\|strong\\)>\\[\\2>[^<]*<\\2>ZDNet/\\(JAPAN\\|USA\\)\\]\\(<[^>]+>\\)?\\2>\\)"))
+ (contents-start . "\\(\\|\\)")
+ (contents-end . "\\(\\|\\)"))
("mew"
(url . "http://www.mew.org/archive/")
(groups ,@(mapcar #'car nnshimbun-mew-groups))
--
1.7.10.4