云紫 / phantomjs-source-proxy
dev-master
2016-06-24 20:40 UTC
This package is auto-updated.
Last update: 2024-09-20 22:58:34 UTC
README
用于抓取由js生成的网页的包,基于以下代码:https://github.com/fizzka/phantomjs-source-capture
要求
Docker已安装
用法
composer install
./phantomjs-source-proxy <any phantomjs parametrs> printSource.js <URL>
或者
composer require yuzic/phantomjs-source-proxy
./vendor/bin/phantomjs-source-proxy <any phantomjs parametrs> printSource.js <URL>