I want to make a command that get a random recent article (or just any at all, it doesnt even have to be random, it could be the first article) on Home - BBC News , but it keeps returning with “Code generation from strings disallowed for this context”.
$(eval a=$(urlfetch json https://bbc.com/news).split(";");a[Math.floor(Math.random()*a.length)])