A very simple shell script for scraping foxnews in json.
install -m 755 foxnews-scraper /usr/bin
Here's json.
Script downloads all articles using sitemap.xml and writes it into stdout.
If you want to download it in parallel just uncomment the 3 comments and comment the for loop.