geziyor
geziyor copied to clipboard
to mirror a website like `wget -r`?
Any way to concurrently mirror a website like wget -r
with geziyor?
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