I used https://www.gamespot.com/news/ because https://highload.today/ used js to load more articles which which proved rather difficult to scrap like SPA
To run the scrapper set a cronjob by running the following commands:
- EDITOR=nano crontab -e
- 0 1 * * * php /opt/scrapper/NewsScrapper.php
- ctrl + x