К
Size: a a a
К
RG
AB
AB
RG
RG
AB
iz
ША
AS
links = []
for row in table.find_all('a', rel='bookmark'):
if row.has_attr('href'):
links.append(row.get('href'))
print(links)
AS
ША
links = []
for row in table.find_all('a', rel='bookmark'):
if row.has_attr('href'):
links.append(row.get('href'))
print(links)
AS
AS
response.css('.some.css.class').getall()
AS
ША
links = []
for row in table.find_all('a', rel='bookmark'):
if row.has_attr('href'):
links.append(row.get('href'))
print(links)
AS