Author: tommy
Date: 2009-01-17 00:22:59 +0000 (Sat, 17 Jan 2009)
New Revision: 25100

Modified:
   trunk/plugins/XMLSpider/db/Config.java
Log:
Add more extensions

Modified: trunk/plugins/XMLSpider/db/Config.java
===================================================================
--- trunk/plugins/XMLSpider/db/Config.java      2009-01-16 23:07:47 UTC (rev 
25099)
+++ trunk/plugins/XMLSpider/db/Config.java      2009-01-17 00:22:59 UTC (rev 
25100)
@@ -44,13 +44,13 @@
                maxParallelRequests = 100;
 
                badlistedExtensions = new String[] { //
-                               ".ico", ".bmp", ".png", ".jpg", ".gif", // image
+                               ".ico", ".bmp", ".png", ".jpg", ".jpeg", 
".gif", // image
                                ".zip", ".jar", ".gz", ".bz2", ".rar", // 
archive
                        ".7z", ".rar", ".arj", ".rpm", ".deb", //
                        ".xpi", ".ace", ".cab", ".lza", ".lzh", //
                        ".ace", ".exe", ".iso", // binary
                        ".mpg", ".ogg", "ogv", ".mp3", ".avi", ".wv", ".swf", 
".wmv", ".mkv", ".flac", ".ogm", // media
-                       ".css", ".sig", ".gml", ".df", "cbr",".gf" // other
+                       ".css", ".sig", ".gml", ".df", "cbr", ".gf", ".pdf" // 
other
                };
 
                requestPriority = 
RequestStarter.IMMEDIATE_SPLITFILE_PRIORITY_CLASS;
@@ -167,4 +167,4 @@
                assert !isPersistent();
                this.debug = debug;
        }
-}
\ No newline at end of file
+}

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to