Answers for "scraping tbody with scrapy"

0

scraping tbody with scrapy

In [2]: table = response.xpath('//*[@class="table table-striped"]')

In [3]: table
Out[3]: [<Selector xpath='//*[@class="table table-striped"]' data='<table class="table table-striped">\n ...'>]
Posted by: Guest on July-11-2021

Browse Popular Code Answers by Language