feed finder

This commit is contained in:
Nazar Kanaev
2020-06-27 20:59:37 +01:00
parent 86afb37a53
commit 241f99fc58
4 changed files with 49 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ package main
import (
"github.com/nkanaev/yarr/storage"
"github.com/nkanaev/yarr/worker"
"log"
)
@@ -67,4 +68,8 @@ func main() {
log.Print(store.CreateItems(items))
log.Print(store.ListItems())
*/
/*
log.Print(worker.FindFeeds("https://horriblesubs.info/"))
log.Print(worker.FindFeeds("http://daringfireball.net/"))
*/
}