RSParser icon indicating copy to clipboard operation
RSParser copied to clipboard

get feed URL and use that to resolve URL if link is empty

Open wyy931 opened this issue 2 years ago • 1 comments

wyy931 avatar Apr 30 '23 14:04 wyy931

In the situation I encountered, the RSS subscription address is https://www.fuli51.net/feed, rather than https://www.fuli51.net/. The parsed articleUrl is a number, which when concatenated forms the resolvedURL, such as https://www.fuli51.net/123456. If the baseURL is not used, it would become https://www.fuli51.net/feed/123456, resulting in the article being inaccessible. I am unsure if this is an exceptional case that I have come across.

wyy912 avatar May 14 '23 03:05 wyy912