This commit is contained in:
xing 2023-05-07 22:48:08 +08:00
parent 013b7a533d
commit 4c20e29644

View File

@ -69,7 +69,7 @@ func zhihuDaily(w http.ResponseWriter, req *http.Request) {
func tjxz(w http.ResponseWriter, r *http.Request) {
io.WriteString(w, fetch("https://feedx.best/rss/tjxz.xml", func(s string) string {
return filterItem(s, time.Now(), 0)
return filterItem(s, time.Now(), 1)
}))
}
func bbcLearn(w http.ResponseWriter, _ *http.Request) {