Closed starsdog closed 9 years ago
需增加county和election_year election_year相當官網上的xx屆,嘉義市議會第八屆相當於election_year='2009',其餘依次為'2005', '2002', '1998'
另外有一些連署人除了以\u3000分格外還會以、來分隔 line 95, 96, 122, 124可參考下面的方式解決
people = re.sub(u'[\u3000\s、]', ' ', itemInfo[idx].xpath("text()").extract()[0])
persons = people.split()
cycc bill crawlers