jubilee-server/newsfeed.txt
Martin Donnelly 2a1a7eef1e news notes
2021-11-29 15:51:11 +00:00

17 lines
273 B
Plaintext

Latest list of news
https://euronews.com/just-in
News item page processor
const s = document.getElementsByTagName('script');
for(let item of s) {
if (item.getAttribute('type') === 'application/ld+json') {
console.log(JSON.parse(item.innerHTML));
}
}