Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
network-assets-reptile
Project
Project
Details
Activity
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
liyang
network-assets-reptile
Commits
a85b0f30
Commit
a85b0f30
authored
Aug 01, 2023
by
liyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:ptt 爬取全部
parent
653b114a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pc_ptt.py
pc_ptt.py
+1
-1
No files found.
pc_ptt.py
View file @
a85b0f30
...
@@ -43,7 +43,7 @@ def reptile(browser=None, search_word=""):
...
@@ -43,7 +43,7 @@ def reptile(browser=None, search_word=""):
for
index
,
item_element
in
enumerate
(
classify_item_list
):
for
index
,
item_element
in
enumerate
(
classify_item_list
):
# 暂时先爬取 第2个 分类
# 暂时先爬取 第2个 分类
if
0
<=
index
<
4
:
if
0
<=
index
:
type_title
=
classify_item_list
[
index
]
.
text
type_title
=
classify_item_list
[
index
]
.
text
# 进入分类页面
# 进入分类页面
classify_item_list
[
index
]
.
click
()
classify_item_list
[
index
]
.
click
()
...
...
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