Fix crawl descent

This commit is contained in:
Richard Patel
2018-10-28 03:06:18 +01:00
parent a507110787
commit 1c33346f45
5 changed files with 31 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ func main() {
remotes := make(chan *RemoteDir)
go Schedule(c, remotes)
u, _ := url.Parse("http://mine.terorie.com:420/")
u, _ := url.Parse("https://the-eye.eu/public/rom/")
remote := NewRemoteDir(*u)
globalWait.Add(1)