Greg Hill has worked in the engineering and software engineering fields since 2005. Greg began their career at Phonex Broadband as a Software Engineer in 2005 before moving to CA Engineering in 2006, where they have been an Engineer ever since.
/*
* Copyright (c) 2020.
*
* This file is part of Matchday.
*
* Matchday is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Matchday is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Matchday. If not, see <http://www.gnu.org/licenses/>.
*/
package self.me.matchday.plugin.datasource.zkfootball.parser.competition;
import org.jetbrains.annotations.NotNull;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import self.me.matchday.model.Event;
import self.me.matchday.model.Event.EventBuilder;
import self.me.matchday.model.EventFileSource;
import self.me.matchday.model.EventFileSource.EventFileSourceBuilder;
import self.me.matchday.model.EventStatus;
import self.me.matchday.model.EventType;
import self.me.matchday.plugin.datasource.zkfootball.ZkFootballFixtureSource;
import self.me.matchday.plugin.datasource.zkfootball.parser.ZkFootballParser;
import self.me.matchday.util.Log;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.time.format.DateTimeFormatter;
import java.util.Array
Sign up to view 0 direct reports
Get started