From c0c2e0ff4086eb4bdece075113a831f47590a21d Mon Sep 17 00:00:00 2001 From: Qianlitp Date: Fri, 10 Jan 2020 19:06:31 +0800 Subject: [PATCH] add cookie example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cc40fe..944fe51 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,8 @@ crawlergo 返回了全量的请求和URL信息,可以有多种使用方法: * 子域名收集 example * 旁站入口收集 example * 结合celery实现分布式扫描 -* Host绑定设置(高版本chrome无法使用) [example](https://github.com/0Kee-Team/crawlergo/blob/master/examples/host_binding.py) -* 带Cookie扫描 example +* Host绑定设置(高版本chrome无法使用) [(查看例子)](https://github.com/0Kee-Team/crawlergo/blob/master/examples/host_binding.py) +* 带Cookie扫描 [(查看例子)](https://github.com/0Kee-Team/crawlergo/blob/master/examples/request_with_cookie.py) ## // TODO