I'm trying to use Google Sheeets as a web scraper. While working with this link https://roar.media/bangla/main/book-movie/difference-between-a-clash-of-kings-and-got-season-2/
I'm using IMPORTXML function to import the author's name. My used code is
=IMPORTXML(A2,"//div[@id='articleAuthor']")
Can anyone tell me what's wrong?