mmaboxing.ru
SherdogParser::updateEvents()
The DOM appears to have changed, making it impossible for the parser to retrieve data. After looking at the HTML structure, the parser was able to retrieve information by adding an extra selector in the DOM query:
$table_query_selector = "#events_list #upcoming_tab"; //this used to be only #upcoming_tab
$table = $html->find($table_query_selector, 0); //this number used to be 1
This appears to have brought results and it added a new calendar with events in Preprod.
Also re-crawled dat for Wins, Loses, Height, Width, date of birth, association and weight category.