I have a google sheet I use as a stock tracker, and the importxml seemingly randomly stopped working. The line IMPORTXML("https://finance.yahoo.com/quote/DIS?p=DIS", "//*[@id='quote-summary']/div[2]/table/tbody")
for example now returns "Could not fetch url: https://finance.yahoo.com/quote/DIS?p=DIS".
I've tried importxml with a random website =IMPORTXML("https://www.pinterest.co.uk/geckoboard/","//meta[@property='pinterestapp:followers']/@content")
and it worked fine...
Any idea why this is happening?