Scrapy-splash

Latest version: v0.9.0

Safety actively analyzes 619566 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7.2

Not secure
------------------

* fixed issue with response type detection.

0.7.1

Not secure
------------------

* Scrapy 1.0.x support is back;
* README updates.

0.7

Not secure
----------------

* ``SPLASH_COOKIES_DEBUG`` setting allows to log cookies
sent and received to/from Splash in ``cookies`` request/response fields.
It is similar to Scrapy's builtin ``COOKIES_DEBUG``, but works for
Splash requests;
* README cleanup.

0.6.1

Not secure
------------------

* Warning about HTTP methods is no longer logged for non-Splash requests.

0.6

Not secure
----------------

* ``SplashAwareDupeFilter`` and ``splash_request_fingerprint`` are improved:
they now canonicalize URLs and take URL fragments in account;
* ``cache_args`` value fingerprints are now calculated faster.

0.5

Not secure
----------------

* ``cache_args`` SplashRequest argument and
``request.meta['splash']['cache_args']`` key allow to save network traffic
and disk storage by not storing duplicate Splash arguments in disk request
queues and not sending them to Splash multiple times. This feature requires
Splash 2.1+.

To upgrade from v0.4 enable ``SplashDeduplicateArgsMiddleware`` in settings.py::

SPIDER_MIDDLEWARES = {
'scrapy_splash.SplashDeduplicateArgsMiddleware': 100,
}

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.