Musab Gultekin

Results 55 comments of Musab Gultekin

Ive added custom actions in request. So you'll add custom chromedp.Action to the geziyor.Request object. like req.Actions = []chromedp.Actions{XXX} See TestGetRenderedCustomActions test https://github.com/geziyor/geziyor/commit/738852f9321de26c193ae88a9b2fb4d6aebb6540 And you'll access to shadow doms like...

Yeah I can look into it tomorrow, busy for today. Will comment here when i can find time.

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...

Hi, Does that site provides charset in headers Or just in meta tag?

I have a guess. It could be some middleware canceled your requests. There are 3 middlewares do this 1. Allowed Domains (cancels requests on hosts that are not on this...

I updated Chrome module and added logs on middlewares. Can you check again

I cannot replicate errors you have encountered. I need more details, Real code snippet would be awesome. Allowed domains only applied on first request. If some website makes external requests...

Yes it supports for non-rendered requests via proxies option. Look for readme and you'll se the examples On Mon, May 23, 2022, 09:08 houseme ***@***.***> wrote: > Does it support...

If you use json exporter, you need to close the exports chan in order last closing square bracked is processed. If you mean This line https://github.com/geziyor/geziyor/blob/master/export/json.go#L73 It's a write error...