The news portal link loads by js that request the actual link. You can't use the request alone to get the actual link. You can try to emulate the chain of requests but you need to get all the parameters right to get the URL. A puppeteer or selenium-like solution is your best option.