How does Querylist collect irregular table?

how does Querylist collect irregular table?

<script type="application/payload+json">...JSON...</script>

and how to collect this JSON data set?

Feb.26,2021

locate the table by td:eq (0) , and collect json.

$jsonStr = QueryList::get(url)->find('script')->html();
$json = json_decode($jsonStr,true);
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2c28b-2bad7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2c28b-2bad7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?