БГ
Size: a a a
БГ
E
БГ
Д
БГ
Д
БГ
Д
БГ
БГ
АЛ
АЛ
БГ
БГ
БГ
АГ
with Pool(6) as p:
URL_NEW += p.map(get_categories, URL)
URL = URL_NEW
print(len(URL_NEW))
print(len(URL))
with Pool(6) as p:
p.map(get_links_list, URL)
new_links = list(set(links_list))
with Pool(10) as p:
p.map(get_info, enumerate(new_links))
p.close()
p.join()
data_processing()