Skip to content

Commit

Permalink
V1.3_Alpha: add proxy supported
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxlu committed Apr 19, 2019
1 parent dfc52d1 commit 2c95ac0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added spider/Proxy.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion spider/m_lagou_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def crawl_jobs(positionName):
# cookies_are='')

df = pd.read_excel('./Proxy.xlsx')
# df = df[df['Delay'] < 1]
df = df[df['Delay'] < 1]
print(df)
ips = df['IP']
https = df['HTTP']
Expand Down

0 comments on commit 2c95ac0

Please sign in to comment.