104105106107108109110111112113114
else if( items.getPluginName().compareTo(HtmlReader.PLUGIN_NAME)== 0 ) { FetcherInterface plugin = plugins.get(items); if( plugin == null ) { plugin = new HtmlReader(); plugins.put(items, plugin); } try {