goclone icon indicating copy to clipboard operation
goclone copied to clipboard

Website Cloner - Utilizes powerful Go routines to clone websites to your computer within seconds.

Results 24 goclone issues
Sort by recently updated
recently updated
newest added

Thanks for the wonderful work. However, when I try to clone a website protected by cloudflare anti-bot, this software failed to bypass these protection, hence not able to retrieve the...

Following the project readme's manual install instructions failed. Go Version: 1.18.4 Command ran + output: ``` go get github.com/imthaghost/goclone go: go.mod file not found in current directory or any parent...

When I clone the website with the amp website, the assets image is not downloaded using the amp tag

``` Css found --> /css/bootstrap.min.css Extracting --> /css/bootstrap.min.css panic: Get "/css/bootstrap.min.css": unsupported protocol scheme "" goroutine 6 [running]: github.com/imthaghost/goclone/crawler.Extractor({0xc0000e86d8, 0x16}, {0xc000018750, 0x27}) C:/Users/User/go/pkg/mod/github.com/imthaghost/[email protected]/crawler/extractor.go:35 +0x285 github.com/imthaghost/goclone/crawler.Collector.func1(0xc000089860) C:/Users/User/go/pkg/mod/github.com/imthaghost/[email protected]/crawler/collector.go:25 +0xe7 github.com/gocolly/colly.(*Collector).handleOnHTML.func1(0xc0000f4010, 0xc0003a43f0) C:/Users/User/go/pkg/mod/github.com/gocolly/[email protected]/colly.go:963...

bug

Hey, awesome project. Before this changes, every JavaScript goes to /js, every image goes to /img. Not only does this change the original directory (unexpected behaviour?), it makes the code...

how do you pass multiple cookies?

it does not work, it can clone some websites but not all. how do i uninstall all the installed packages or where are they downloaded to just in the main...

I think i did all the steps: 1> Installed GO and added the PATH environment variable on $HOME/.profile go version go1.21.6 linux/amd64 2> Did the manual installation of goclone go...

I get "403 - Forbidden | Access to this page is forbidden." when trying to open the created URL. Any ideas?