Skip to content

Commit

Permalink
04
Browse files Browse the repository at this point in the history
  • Loading branch information
cztps2 committed Nov 13, 2020
1 parent 2470e19 commit fc016bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Python并发编程简介.pptx
Binary file not shown.
2 changes: 1 addition & 1 deletion blog_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from bs4 import BeautifulSoup

urls = [
f"https://www.cnblogs.com/#p{page}"
f"https://www.cnblogs.com/sitehome/p/{page}"
for page in range(1, 50 + 1)
]

Expand Down

0 comments on commit fc016bb

Please sign in to comment.