From: Fabian Keil <fk@fabiankeil.de> Date: Sat, 21 Feb 2009 13:01:51 +0000 (+0000) Subject: Make blogspot's feed magic slightly more reliable. X-Git-Tag: v_3_0_11~4 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/static/diff?a=commitdiff_plain;h=29907bee327168106f88c2ba0f3638312864fdff;p=privoxy.git Make blogspot's feed magic slightly more reliable. --- diff --git a/default.filter b/default.filter index 8924664d..621f0c66 100644 --- a/default.filter +++ b/default.filter @@ -2,11 +2,11 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.68 2008/09/19 13:26:04 fabiankeil Exp $ +# $Id: default.filter,v 1.69 2009/02/12 15:40:11 ler762 Exp $ # # Purpose : Rules to process the content of web pages # -# Copyright : Written by and Copyright (C) 2001-2008 the +# Copyright : Written by and Copyright (C) 2001-2009 the # Privoxy team. http://www.privoxy.org/ # # We value your feedback. However, to provide you with the best support, @@ -664,7 +664,8 @@ s@(<div style=\"[^\"]*width:)30em@$1 100%@ s@background:url\(\"http://www.blogblog.com/rounders[^\"]*\"\).*;@/*$0*/@Ug s@(background:\#[a-f\d]{3})( url\(\"http://www.blogblog.com/rounders[^\"]*\"\).*;)@$1 ;/*$2*/@Ug # Do the feed filtering magic as described above. -s@<title\s+type=\'text\'>([^\s]*).*?\.\.\.</title>\s*(<content type=\'html\'>\1)@$2@ig +s@<title(?:\s+type=\'text\')?>([^<]*)(?:\.\.\.)?\s*</title>\s*\ +(<content(?:\s+type=\'(?:html|text)\')?>\s*\1)@<title></title>$2@ig ################################################################################# # @@ -837,6 +838,9 @@ s@^X-Privoxy-Control:.*@@i # # Revisions : # $Log: default.filter,v $ +# Revision 1.69 2009/02/12 15:40:11 ler762 +# more yahoo email ad blocking +# # Revision 1.68 2008/09/19 13:26:04 fabiankeil # s@tounge@tongue@. Anonymously reported in #1648657. #