Commit Graph

21 Commits

Author SHA1 Message Date
88dec7e53e save latest rss feed item which is older than 24 hours if the feed has never been fetched and no need feed items 2023-07-21 12:34:13 +08:00
c891389b18 save rss feed without isoDate 2023-07-20 14:31:53 +08:00
cd440a77c3 send last fetched at as a unix timestamp in ms 2023-07-19 14:09:38 +08:00
234b51af28 reword comment 2023-07-19 13:45:44 +08:00
834c4ec2bd if the feed has never been fetched, save the last valid item 2023-07-19 13:44:29 +08:00
896b03a4db fix invalid request body in rss handler 2023-07-17 18:14:15 +08:00
c7edfdb27d fetch items published within 24 hours 2023-07-17 17:27:59 +08:00
03ce4b00d2 add authorization header in rss feed fetching request 2023-07-17 17:27:12 +08:00
387174c8e9 use isoDate only 2023-07-14 13:54:55 +08:00
153662ce6a set savedAt and publishedAt timestamp for rss item 2023-07-14 12:21:34 +08:00
6531dd30e9 skip rss items which are published before 48 hours 2023-07-14 12:08:08 +08:00
82d1cb221b change rss color to match rss icon 2023-07-13 11:44:57 +08:00
78b40dbddc fix date comparison 2023-07-13 10:56:34 +08:00
0170ea3109 fetch rss item by url 2023-07-13 10:09:48 +08:00
6f201a9cb4 fix save page api request invalid parameter 2023-07-12 17:50:25 +08:00
b1b4a2e3fd save rss feed url in the index 2023-07-11 13:14:43 +08:00
eb9a3eddd0 skip old item 2023-07-11 12:59:55 +08:00
44473ba089 upload feed subscriptions in cloud storage in cronjob 2023-07-11 12:22:49 +08:00
c39799fb67 update subscription lastFetchedAt after fetching all items 2023-07-10 15:54:21 +08:00
abd59f0527 save each item in a feed 2023-07-07 21:48:16 +08:00
a7773bf00b test rss-parse 2023-07-06 19:51:30 +08:00