def select_rank_rows(html):
"""Return the table rows that are expected to contain rank data."""
root = document_fromstring(html)
return root.xpath(
'body/form/table[@class="sportView"][2]/tr[position() > 1]')
评论列表
文章目录