feed finder
This commit is contained in:
parent
86afb37a53
commit
241f99fc58
4 changed files with 49 additions and 1 deletions
5
main.go
5
main.go
|
|
@ -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/"))
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue