Skip to content

Commit

Permalink
add new book list
Browse files Browse the repository at this point in the history
  • Loading branch information
lanbing510 committed May 22, 2015
1 parent 0d69db6 commit 7d78d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file not shown.
3 changes: 2 additions & 1 deletion doubanSpider.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def print_book_lists_excel(book_lists,book_tag_lists):

if __name__=='__main__':
#book_tag_lists = ['心理','判断与决策','算法','数据结构','经济','历史']
book_tag_lists = ['传记','哲学','编程','创业','理财','社会学','佛教']
#book_tag_lists = ['传记','哲学','编程','创业','理财','社会学','佛教']
book_tag_lists=['思想','科技','科学','web','股票','爱情','两性']
book_lists=do_spider(book_tag_lists)
print_book_lists_excel(book_lists,book_tag_lists)

0 comments on commit 7d78d85

Please sign in to comment.