diff --git a/README.md b/README.md index d6829e14..37ce128a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ SpiderBeanContext包括需要该SpiderBean的渲染类(目前支持HTML、JSON com.geccocrawler gecco - 1.0.2 + 1.0.3 ##QuikStart @@ -107,8 +107,6 @@ SpiderBeanContext包括需要该SpiderBean的渲染类(目前支持HTML、JSON public static void main(String[] args) { GeccoEngine.create() .classpath("com.geccocrawler.gecco.demo") - //爬虫userAgent设置 - .userAgent("Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36") //开始抓取的页面地址 .start("https://github.com/xtuhcy/gecco") //开启几个爬虫线程