Skip to content

Commit

Permalink
add book list
Browse files Browse the repository at this point in the history
  • Loading branch information
lanbing510 committed Jan 13, 2016
1 parent 5b59342 commit 7cee715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doubanSpider.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def print_book_lists_excel(book_lists,book_tag_lists):
#book_tag_lists = ['数学']
#book_tag_lists = ['摄影','设计','音乐','旅行','教育','成长','情感','育儿','健康','养生']
#book_tag_lists = ['商业','理财','管理']
book_tag_lists = ['名著'
book_tag_lists = ['名著']
book_lists=do_spider(book_tag_lists)
print_book_lists_excel(book_lists,book_tag_lists)

0 comments on commit 7cee715

Please sign in to comment.