geziyor icon indicating copy to clipboard operation
geziyor copied to clipboard

to mirror a website like `wget -r`?

Open c2h2 opened this issue 2 years ago • 1 comments

Any way to concurrently mirror a website like wget -r with geziyor?

c2h2 avatar May 05 '22 06:05 c2h2

Unfortunately there is no CLI option for now. What you could do is writing a scraper that can do this kind of stuff for you specific needs. It'll be probably 100 lines of code. You can use this as a starter point: https://github.com/geziyor/geziyor/blob/master/geziyor_test.go#L95

musabgultekin avatar May 05 '22 14:05 musabgultekin