type Site struct {
ID int `json:"_id"` //ID for Internal Use Name string `json:"name"` //Name of the Site URL string `json:"url"` //to the Site LinkRegex string `json:"linkregex"` //to find te Links IDRegex string `json:"idregex"` //to extract the ID}