new things

This commit is contained in:
Dan Chadwick
2024-04-14 21:54:51 -07:00
parent 4eb7bf6220
commit 6ad2ed7b29
5 changed files with 39 additions and 16 deletions

View File

@@ -178,7 +178,6 @@ class FighterImporter {
* Extract fighters from an html string.
*/
public function extractFighters(string $input): void {
// @todo REBUILD THIS NOW!!
$fighter_list = [];
$crawler = new Crawler($input);
$athlete_flipcards = $crawler->filter('.c-listing-athlete-flipcard');