t9tio / cloudquery

Turn any website to API by several clicks (serverless and support SPA!)
https://cloudquery.t9t.io/
GNU General Public License v3.0
2.16k stars 136 forks source link

Can not load content from some urls #4

Open owen800q opened 5 years ago

owen800q commented 5 years ago

Can not load content from SPAs that use server side rendering within the browsing frame, it works when I selected some contextual elements, the generated API response can fetch corresponding content e.g https://lihkg.com/category/1 screenshot

timqian commented 5 years ago

Yeah, when the iframe rendering the html, the html normally need to load other resources like imgs; css... Which case issue for some website. I am still looking for solusions if this issue can be solved, lets use this issue to check urls which can not be loaded by cloudquery and see what we can do about it.