Manuel Garrido
Manuel Garrido
hey @AxeldeRomblay its been more than 2 weeks since my PR, did you have time to check it?
@asciimoo that is just not true for all sites though. I understand that implementing a headless browser is a tremendous task, maybe there is some way to add a selenium...
@asciimoo would it make sense to add an already existing implementation? I havent checked colly's code in depth, so not sure if any of the golang implementations would work (for...
Hmm, scrapy-splash works by sending requests to a splash server, that you usually run with docker. I dont think that implementation would make sense here, right? It would be easier...
I think the easiest way would be to have a separate repo named `colly-contrib` or similar, where you could define extensions similar to the `extensions` package but that would be...
Either that or geckodriver, yeah
@alejoloaiza is there any way to run chromedp headless? We would need headless implementation for this project.
@alejoloaiza awesome, will check it out. Like @LeMoussel said, I think you could probably change chromedp user agent headless right? If not, then I would say chromedp is not the...
what do you mean by models?
> for faster inference, please use https://github.com/jina-ai/clip-as-service/ is there a way to use the clip-service from inside python? I mean not having to run a separate python server process?