티스토리 뷰
나는 당신의 xpath가 마모되었다고 생각합니다. 이 시도-
for href in response.xpath('//div[@id="all_votes"]/table[@class="tableList js-dataTooltip"]/tr/td[2]/div[@class="js-tooltipTrigger tooltipTrigger"]/a/@href'):
full_url = response.urljoin(href.extract())
print full_url
도움이되기를 바랍니다 :)
행운을 빕니다...
출처
https://stackoverflow.com/questions/39917070