feediron / ttrss_plugin-feediron

Evolution of ttrss_plugin-af_feedmod
https://discourse.tt-rss.org/t/plugin-update-feediron-v1-2-0/2018
MIT License
206 stars 34 forks source link

Fix missing last page when using multipage #131

Closed pR0Ps closed 5 years ago

pR0Ps commented 5 years ago

In the specific case where fetching more pages is stopped due to finding a duplicate link, the link to the page where the duplicate found was not being returned.

This manifested as the last page of a multipage article not being processed.

This commit fixes this by returning an array with the current link in it when finding a duplicate link.

dugite-code commented 5 years ago

Thanks for your contribution