I’m trying to build an automation that runs an rss google search and then passes the result to GPT, but the url returned by the rss search is a “coded” redirect that every make.com module I try cannot parse to the original source url.
Here’s an example of the url returned by the rss search module:
https://news.google.com/rss/articles/CBMifEFVX3lxTE4zdjZWWURIeEV4SWVvLWRBUUdXSWs1OGtka2VlVktkZlg4RldyZXczS3l1ZXZkZ1Bta3RQUC0xaEc1Y3FsbjY2YTBIMXNiVXkzUldLU2hDM3B6Q19iOVQyTkZHWG54UjFoWjN1Vk12cXZMMDBCbld4c0hVNzk?oc=5
Plugging this url into any browser redirects immediately to the original source url, but it proves a dead end for any make.com automation I have tried - which have been many variations of the HTTP module, custom javascript, puppeteer, etc.
The simplicity of the redirect in a browser would seem to indicate this should be easy, but my pea-brain is officially stumped. Thanks for any suggestions.