mirror of
https://github.com/urbanguacamole/torrent-paradise
synced 2024-10-31 21:20:13 +00:00
Update EZTV RSS URL
This commit is contained in:
parent
a0de20aa54
commit
716b0b036b
@ -46,7 +46,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
i++
|
i++
|
||||||
refresh(db)
|
refresh(db)
|
||||||
time.Sleep(time.Minute * 60)
|
time.Sleep(time.Minute * 100)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ func CrawlYts() []Torrent {
|
|||||||
|
|
||||||
func CrawlEztv() []Torrent { //maybe is there some kind of interface that this can share with CrawlYts? This function has the same signature and purpose.
|
func CrawlEztv() []Torrent { //maybe is there some kind of interface that this can share with CrawlYts? This function has the same signature and purpose.
|
||||||
fp := gofeed.NewParser()
|
fp := gofeed.NewParser()
|
||||||
feed, err := fp.ParseURL("https://eztv.io/ezrss.xml")
|
feed, err := fp.ParseURL("https://eztv.re/ezrss.xml")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user