|  | @@ -83,7 +83,7 @@ export default class ScraperReports {
 | 
											
												
													
														|  |          console.debug(`${this._name} | Items obtained: ${domElements.length} `);
 |  |          console.debug(`${this._name} | Items obtained: ${domElements.length} `);
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -      for (let i = 1; i < 2; i++) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +      for (let i = 1; i < domElements.length; i++) {
 | 
											
												
													
														|  |          const node = domElements[i];
 |  |          const node = domElements[i];
 | 
											
												
													
														|  |          const link = this.getLink(node);
 |  |          const link = this.getLink(node);
 | 
											
												
													
														|  |          items.push({
 |  |          items.push({
 |