selector = etree.HTML(response)
booknames = selector.xpath(self.Bookname_pattern_3)
writers...self.Price_r_pattern_3)
urls = selector.xpath(self.Url_pattern_3)
All_data = []
for booknames, writers..., time, stars, details, price_n, price_r, urls in zip(booknames, writers, time, stars, details, price_n..., price_r, urls):
data = {
"bookname": booknames,
"writers...": writers,
"stars": stars,
"details": details,
"price_n