This commit is contained in:
Peter Kleiweg
2026-06-18 12:52:40 +02:00
parent a8bea0ab44
commit 01e6d48665
13 changed files with 15363 additions and 8 deletions

View File

@@ -29,8 +29,9 @@ type ItemT struct {
}
var (
p = e.PanicErr
agent = "AhrefsBot/7.0"
p = e.PanicErr
//agent = "AhrefsBot/7.0"
agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36"
)
func exists(filename string) bool {