24b0d121e09c28a8699fe8b115ef046c65f62b4d9c



import requests

from bs4 import BeautifulSoup


bs = BeautifulSoup(requests.get("https://www.proxynova.com/proxy-server-list/country-kr/").text, 'html.parser')

soups = bs.select("#tbl_proxy_list > tbody:nth-child(2) > tr")


for soup in soups:

ip = soup.select_one("td:nth-child(1)").text

port = soup.select_one("td:nth-child(2)").text

print(ip + ":" + port)



python이고 이거 port는 잘 뜨는데 개씨!발 대체 왜 ip가 공백으로 뜨는 거임?


시간 전에 잘되던 코드가 건들지도 않았는데 갑자기 지랄난다고?


다른 프록시 사이트도 거의 같은 구존데 td:nth-child(1) 이거 선택하면 아무 데이터도 안뜸


대체 뭐야? 3시간째 똥꼬쇼 하는 중인데 나 미칠거 같애