We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d1a22 commit a648625Copy full SHA for a648625
2 files changed
README.md
@@ -1,7 +1,7 @@
1
# 目录
2
3
-* [Python 爬虫:把廖雪峰的教程转换成 PDF 电子书](./pdf/README.md)
4
-* [基于微博数据用 Python 打造一颗“心”](./heart/README.md)
+* [Python 爬虫:把廖雪峰的教程转换成 PDF 电子书](./pdf)
+* [基于微博数据用 Python 打造一颗“心”](./heart/)
5
6
### Contact me
7
blog/crawler_blog.py
@@ -9,8 +9,8 @@
9
}
10
11
data = {"action": "user_login",
12
- "user_login": "liuzhijun",
13
- "user_pass": "lzjun854977",
+ "user_login": "youname",
+ "user_pass": "youpassword",
14
"remember_me": "1",}
15
# redirect_url http://www.jobbole.com}
16
url = "http://python.jobbole.com/wp-admin/admin-ajax.php"
0 commit comments