jfroelich / rss-reader

A simple Chrome extension for viewing RSS feeds
Other
10 stars 0 forks source link

Revise import-entry to transform instead of reject entries with inaccessible content #799

Open jfroelich opened 5 years ago

jfroelich commented 5 years ago

For example, instead of rejecting all nyt articles due to paywall, instead retain the entry and replace its content with a message that it is inaccessible (and a link to view the original).

For that matter, no user will ever be modifying the inaccessible hostnames list. It might as well be hardcoded within import-entry itself. Moving it to config was a mistake.