Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
crawler-py
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jimmy蒋政彪
crawler-py
Commits
3e7836fa
Commit
3e7836fa
authored
Aug 30, 2023
by
jimmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交修复
parent
819e2b5b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
1 deletion
+1
-1
crawler.cpython-311.pyc
__pycache__/crawler.cpython-311.pyc
+0
-0
crawler_baidu.cpython-311.pyc
__pycache__/crawler_baidu.cpython-311.pyc
+0
-0
crawler_boss.cpython-311.pyc
__pycache__/crawler_boss.cpython-311.pyc
+0
-0
crawler_boss.py
crawler_boss.py
+1
-1
No files found.
__pycache__/crawler.cpython-311.pyc
View file @
3e7836fa
No preview for this file type
__pycache__/crawler_baidu.cpython-311.pyc
View file @
3e7836fa
No preview for this file type
__pycache__/crawler_boss.cpython-311.pyc
View file @
3e7836fa
No preview for this file type
crawler_boss.py
View file @
3e7836fa
...
...
@@ -29,7 +29,7 @@ def spider_company(page):
my_obj
[
'intro'
]
=
company_intro
crawler
.
Log
(
company_name
+
"-获取到boss数据:"
+
company_intro
)
name2
=
crawler
.
SaveCompanyData
(
company_nameO
,
1
,
json
.
dumps
(
my_obj
)
)
name2
=
crawler
.
SaveCompanyData
(
company_nameO
,
1
,
company_intro
)
if
name2
!=
""
:
crawler
.
Log
(
name2
+
":boss数据,写入成功"
)
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment