Exemplo n.º 1
0
 public Scraper()
 {
     webData = new BbData();
     log = new Logger("##### Blackboard Downloader Starting #####", "BlackboardDownloader-log.txt");
     outputDirectory = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\BBDL-Output\\";
     downloadProgress = new ScraperProgressReporter();
     populateProgress = new ScraperProgressReporter();
     initialized = false;
 }
Exemplo n.º 2
0
 public Scraper()
 {
     webData          = new BbData();
     log              = new Logger("##### Blackboard Downloader Starting #####", "BlackboardDownloader-log.txt");
     outputDirectory  = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\BBDL-Output\\";
     downloadProgress = new ScraperProgressReporter();
     populateProgress = new ScraperProgressReporter();
     initialized      = false;
 }