diff --git a/RSWeb/Sources/RSWeb/DownloadSession.swift b/RSWeb/Sources/RSWeb/DownloadSession.swift index ab2e550de..a49d853f8 100755 --- a/RSWeb/Sources/RSWeb/DownloadSession.swift +++ b/RSWeb/Sources/RSWeb/DownloadSession.swift @@ -422,6 +422,7 @@ private extension DownloadSession { if canDownloadFromOpenRSSOrg { // Allow only one feed from openrss.org per refresh session + lastOpenRSSOrgFeedRefresh = Date() return urls.byRemovingAllButOneRandomOpenRSSOrgURL() }