|
@@ -210,7 +210,10 @@ def process_segment(item, audios=None, calibration=None):
|
|
|
# y calcular su fingerprint.
|
|
|
try:
|
|
|
filenames = []
|
|
|
+ x = 0
|
|
|
for i in item["elementos"]:
|
|
|
+ x = x + 1
|
|
|
+ log.info('[process_segment] {} downloading ad {}'.format(x, i["anuncio"]))
|
|
|
filename, md5hash = cloud_download(ad_key=i["anuncio"])
|
|
|
if filename:
|
|
|
filenames.append((filename, md5hash))
|