Skip to content

Commit a648625

Browse files
committed
Update readme
1 parent a4d1a22 commit a648625

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 目录
22

3-
* [Python 爬虫:把廖雪峰的教程转换成 PDF 电子书](./pdf/README.md)
4-
* [基于微博数据用 Python 打造一颗“心”](./heart/README.md)
3+
* [Python 爬虫:把廖雪峰的教程转换成 PDF 电子书](./pdf)
4+
* [基于微博数据用 Python 打造一颗“心”](./heart/)
55

66
### Contact me
77

blog/crawler_blog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010

1111
data = {"action": "user_login",
12-
"user_login": "liuzhijun",
13-
"user_pass": "lzjun854977",
12+
"user_login": "youname",
13+
"user_pass": "youpassword",
1414
"remember_me": "1",}
1515
# redirect_url http://www.jobbole.com}
1616
url = "http://python.jobbole.com/wp-admin/admin-ajax.php"

0 commit comments

Comments
 (0)