Toggle navigation
Toggle navigation
This project
Loading...
Sign in
문채연
/
OSS_termproject
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Network
Create a new issue
Commits
Issue Boards
Authored by
MoonChaeyeon
2020-06-21 18:19:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d9dff2fa535b45ab2dec042455028e9ae2164020
d9dff2fa
1 parent
ded98825
naver_image_crawling
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
naver_image_crawling.py
naver_image_crawling.py
View file @
d9dff2f
...
...
@@ -8,7 +8,7 @@ plusUrl = input('검색어를 입력하세요 : ')
url
=
baseUrl
+
quote_plus
(
plusUrl
)
html
=
urlopen
(
url
)
soup
=
bs
(
html
,
"html.parser"
)
img
=
soup
.
find_all
(
class_
=
'_img'
,
limit
=
2
0
)
img
=
soup
.
find_all
(
class_
=
'_img'
,
limit
=
3
0
)
n
=
1
for
i
in
img
:
...
...
Please
register
or
login
to post a comment