autobrr/internal/feed
Kyle Sanderson 6295239985
fix(rss): ignore max_age for old feed items (#527)
Feed dates are not always initialized, which defaults (if present) to epoch on some feed items. When this happens the results can be unpredictable, and not expected for what users are intending for. As such to have sane defaults, we ignore the date if it's before April 1st 1970, because nothing really happened before this date.
2022-11-07 17:32:49 +01:00
..
client.go feat(feeds): improve RSS (#502) 2022-10-18 18:51:10 +02:00
rss.go fix(rss): ignore max_age for old feed items (#527) 2022-11-07 17:32:49 +01:00
rss_test.go feat(feeds): improve RSS (#502) 2022-10-18 18:51:10 +02:00
service.go feat(feeds): improve RSS (#502) 2022-10-18 18:51:10 +02:00
torznab.go feat(feeds): improve RSS (#502) 2022-10-18 18:51:10 +02:00