Skip to content
조회 수 2989 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

파이썬 Beautifulsoup html의 특정 주소만 가져오기

소스

import time
from unicodedata import lookup #time 명령어 사용하기 
from bs4 import BeautifulSoup # BeautifulSoup 불러오기
#파이썬 requests 모듈은 간편한 HTTP 요청처리를 위해 사용하는 모듈로 별도로 설치해 주어야 한다.
import requests #pip3 install requests
 
search_data = "039240"
#고시공고 농업정책과 1번 https://www.gyeongju.go.kr/open_content/ko/page.do?pageNo=1&srchEnable=1&srchKeyword=%EB%86%8D%EC%97%85%EC%A0%95%EC%B1%85%EA%B3%BC&srchSDate=1960-01-01&srchBgpUid=-1&mnu_uid=423&parm_mnu_uid=0&srchEDate=9999-12-31&srchColumn=con_name&srchVoteType=-1&
 
url = "https://www.gyeongju.go.kr/open_content/ko/page.do?pageNo=1&srchEnable=1&srchKeyword=%EB%86%8D%EC%97%85%EC%A0%95%EC%B1%85%EA%B3%BC&srchSDate=1960-01-01&srchBgpUid=-1&mnu_uid=423&parm_mnu_uid=0&srchEDate=9999-12-31&srchColumn=con_name&srchVoteType=-1&"
html = requests.get(url)
bs_html = BeautifulSoup(html.content,"html.parser")
 
first_ = bs_html.select("table tr")[1]
href = first_.find_all("td")[1].find("a")
print("https://www.gyeongju.go.kr" + href['href']) #테그의 a href url주소가 취득하기
 
first_num = first_.select("td")[1].text #제목 추출하기
print(first_num)

 

 

 

결과

 

로그인 후 댓글쓰기가 가능합니다.

?

List of Articles
번호 분류 제목 날짜 조회 수
87 컴퓨터잡담 [Autohotkey] 인터넷 창을 여러개 띄우고 컨트롤 할때 ahk_id 알아내기 1 3 2009.12.19 19463
86 컴퓨터잡담 [autohotkey] 시스템 레지스트리 수정, 삭제 2010.08.14 8490
85 컴퓨터잡담 [autohotkey] 시스템 레지스트리 수정, 삭제 1 3 2010.08.14 8063
84 컴퓨터잡담 Tips N Tricks Process Listing - Using third party DLL! 2010.08.14 20427
83 컴퓨터잡담 autohotkey 변수의 이해 2010.10.02 20658
82 컴퓨터잡담 Autohotkey DllCall() 호출하기 5 2010.12.19 23471
81 컴퓨터잡담 DllCall() 3 2010.12.22 15314
80 AutoHotKey [AUTOHOTKEY] FTP 제어 file 2011.02.04 25254
79 AutoHotKey [autohotkey] FTP-업로드 예제분석 2 file 2011.02.05 18651
78 AutoHotKey OnMessage() 3 2011.02.05 20464
77 AutoHotKey 부팅 완료 체크 2011.02.09 17865
76 AutoHotKey UrlDownloadToVar() 1 2011.02.09 15466
75 AutoHotKey com.ahk 1 2011.02.09 18261
74 AutoHotKey PostMessage로 한글 사용하기 1 2 2011.02.09 16812
73 AutoHotKey AHK_L 예제소스 1 2011.02.10 17026
72 AutoHotKey AutoHotkey COM Standard Library 2 2011.02.10 18054
71 AutoHotKey IE.ahk COM 환상강의 1 file 2011.02.10 21253
70 AutoHotKey Internet Explorer Control 2011.02.11 19664
69 AutoHotKey autohotkey와 autohotkey_l 의 인터넷 창 띄우기 비교예제 2 2011.02.11 17775
68 AutoHotKey ahk와 ahk_l 의 웹페이지 로딩완료 체크 비교 3 2011.02.11 20329
Board Pagination Prev 1 2 3 4 5 Next
/ 5

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소