Open huyenltnguyen opened 1 year ago
The app is currently treating URL with a trailing slash and URL without a trailing slash as different sources, and this can cause duplication.
I'm fixing the issue by finding and removing the trailing slash before the addSource operation is executed.
addSource
Tested locally with the following URLs:
https://stackoverflow.blog/feed
https://stackoverflow.blog/feed/
The app is currently treating URL with a trailing slash and URL without a trailing slash as different sources, and this can cause duplication.
I'm fixing the issue by finding and removing the trailing slash before the
addSource
operation is executed.Tested locally with the following URLs:
https://stackoverflow.blog/feed
https://stackoverflow.blog/feed/