Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-automation
Overview
Overview
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
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
정용석
web-automation
Commits
e2ce970e
Commit
e2ce970e
authored
Jan 15, 2025
by
정용석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete t3.py
parent
1b608368
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
t3.py
+0
-14
No files found.
t3.py
deleted
100644 → 0
View file @
1b608368
from
bs4
import
BeautifulSoup
from
pprint
import
pprint
import
requests
# 웹 페이지를 열고 소스코드를 읽어오는 작업
html
=
requests
.
get
(
"http://comic.naver.com/webtoon/weekday.nhn"
)
soup
=
BeautifulSoup
(
html
.
text
,
'html.parser'
)
html
.
close
()
#월요웹툰영역 추출하기
data1
=
soup
.
find
(
'div'
,{
'class'
:
'col_inner'
})
pprint
(
data1
)
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