[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Tiny sb-heise.el patch
- From: David Hansen <david.hansen@xxxxxxx>
- Date: Sat, 23 Apr 2005 17:27:26 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 08066
2005-04-23 David Hansen <david.hansen@physik.fu-berlin.de>
* shimbun/sb-heise.el (shimbun-heise-wash-telepolis-article):
Follow changes in their html.
--- cvs-src/emacs-w3m/shimbun/sb-heise.el 2005-03-21 19:42:57.000000000 +0100
+++ share/emacs/site-lisp/w3m/sb-heise.el 2005-04-23 17:21:42.484114240 +0200
@@ -191,8 +191,8 @@
(save-excursion
;; strip nasty "download" images
(goto-char (point-min))
- (while (re-search-forward "<TP:BUT>" nil t nil)
- (delete-region (point) (re-search-forward "</TP:BUT>" nil t nil)))))
+ (while (re-search-forward "<TPxBUT>" nil t nil)
+ (delete-region (point) (re-search-forward "</TPxBUT>" nil t nil)))))
(luna-define-method shimbun-make-contents
:before ((shimbun shimbun-heise) header)