public CffProgressiveDownloaderPlugin()
 {
     parser = new ProgressiveCffFileParser();
     downloaderPluginBase = new CffDownloaderPlugin(parser);
 }
 public CffProgressiveDownloaderPlugin()
 { 
     parser = new ProgressiveCffFileParser();
     downloaderPluginBase = new CffDownloaderPlugin(parser);
 }