scrapy-splash icon indicating copy to clipboard operation
scrapy-splash copied to clipboard

Scrapy+Splash for JavaScript integration

Results 78 scrapy-splash issues
Sort by recently updated
recently updated
newest added

Is there a way to emulate `dont_redirect` with scrapy-splash that is executing a LUA Script? Or does it natively support it? I tried adding `dont_redirect: True` to the `meta` and...

when i run the docker command "docker run -p 8050:8050 scrapinghub/splash", I meet this error ![image](https://user-images.githubusercontent.com/5669444/111933101-c0bc7c80-8af9-11eb-89d1-b4712f974ade.png)

We had a paid Scrapy Splash plan but their customer service replies to our tickets after 10+ days Http proxies dont work with HTTPS websites, WTF? the Splash keeps hanging...

The error below suggest that my proxy connection is being refused. The proxy was tested with curl and it is infact working, it requires no credentials which is why the...

enhancement
docs

![image](https://user-images.githubusercontent.com/43572770/100686344-19380480-33b9-11eb-90e1-ffce66d5ade5.png) Clone issue: https://github.com/scrapinghub/splash/issues/1086

I am using scrapy-splash to scrape a youtube video page. However, it seems the response object it's not complete when I use my spider. But I got a complete result...

As part of https://github.com/scrapy-plugins/scrapy-splash/pull/269, the `url` parameter to `SplashRequest` is no longer optional. @elacuesta noticed that this is a backward-incompatible change. Moreover, the upcoming Scrapy 2.4 will make this change...

I noticed https://github.com/scrapy-plugins/scrapy-splash/pull/269 did not touch any documentation-like file, but those changes affect to the range of supported Scrapy versions. I think we need to cover (or update, if already...