Make blogspot's feed magic slightly more reliable.
authorFabian Keil <fk@fabiankeil.de>
Sat, 21 Feb 2009 13:01:51 +0000 (13:01 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 21 Feb 2009 13:01:51 +0000 (13:01 +0000)
default.filter

index 8924664..621f0c6 100644 (file)
@@ -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.
 #