Hi everyone, I am wondering if anyone has found a method to extract content when working with a redirecting URL (e.g. a Google News redirect to a news source). In a normal browser, the link would redirect after a second, but the standard HTTP request node doesn’t allow the redirect occur.
Also, I’ve been using sample javascript from various tutorials to remove metadata and unwanted elements from web pages, but nothing seems to work well. I’ve also tried to prompt an LLM for the code based on the input/output, but no luck either. What have people found effective?
Thanks!