|
@ -157,6 +157,4 @@ def quest_links_parser(soup): |
|
|
if product_link_tag and product_link_tag.has_attr('href'): |
|
|
if product_link_tag and product_link_tag.has_attr('href'): |
|
|
href.append(product_link_tag['href']) |
|
|
href.append(product_link_tag['href']) |
|
|
|
|
|
|
|
|
print(len(href)) |
|
|
|
|
|
|
|
|
|
|
|
return href |
|
|
return href |