Exemple #1
0
 public WebScrapperAxa()
 {
     Scrp         = new Scrapper();
     URL          = "https://carauction.axa.ch/";
     URL_AXA_LIST = URL + "auction/list/EN";
 }
Exemple #2
0
 public WebScrapperSwissCars()
 {
     Scrp = new Scrapper();
     URL  = "https://swisscars.pl/";
 }