I noticed last night that SlashPluck was not including any comments with
the articles.  I've updated it to work with Slashdot's slightly changed
format.  The latest version is at
  http://jasonday.home.att.net/code/slashpluck/
Or, you can apply the attached patch.

Jason
-- 
Jason Day                                       jasonday at
http://jasonday.home.att.net                    worldnet dot att dot net
 
"Of course I'm paranoid, everyone is trying to kill me."
    -- Weyoun-6, Star Trek: Deep Space 9
Index: slashpluck.pl
===================================================================
RCS file: /usr/local/cvsroot/slashpluck/slashpluck.pl,v
retrieving revision 1.12
diff -u -r1.12 slashpluck.pl
--- slashpluck.pl       25 Aug 2002 20:59:15 -0000      1.12
+++ slashpluck.pl       3 Dec 2002 16:01:01 -0000
@@ -57,7 +57,7 @@
 # End of configuration section
 #############################################################################
 
-$VERSION = "0.21";
+$VERSION = "0.21.1";
 
 # The directory where the html files are stored.
 $directory = "$pluckerdir/slashpluck";
@@ -262,7 +262,7 @@
 
     while (<$handle>) {
         if ($skip) {
-            if (/<a name=[^>]*><h4>/i) {
+            if (/<a name=[^>]*><b>/i) {
                $skip = 0;
            }
             elsif (/<\/form>/i) {

Reply via email to