我想从给定的URL下载所有图像,包括可能通过javascript延迟加载的所有图像。
在Splash documents中,提到了保存下载图像的缓存,但是我无法找到如何访问该缓存的方法:
images : integer : optional
Whether to download images. Possible values are 1 (download images)
and 0 (don’t download images). Default is 1.
Note that cached images may be displayed even if this parameter is 0.
You can also use Request Filters to strip unwanted contents based on URL.