antoniogamiz / tfg

Trabajo de fin de grado de Antonio Gámiz Delgado para el doble grado de Ingeniería Informática y Matemáticas.
GNU General Public License v3.0
1 stars 0 forks source link

Loop throug indexes sequentially #18

Open antoniogamiz opened 2 years ago

antoniogamiz commented 2 years ago

As can be seen in the image:

image

We do not know beforehand how many index pages exist. For that reason, we need to iterate through them sequentially. After that, we can save the information in a temporal directory (or not yet) to use it in the following steps.

antoniogamiz commented 2 years ago

This issue is no longer blocked by #17 because we can get the index of the last index page by parsing the URL in the following button:

image

So, with the base url and the that number we should be ready to go.