Open antoniogamiz opened 2 years ago
As can be seen in the 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.
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:
So, with the base url and the that number we should be ready to go.
As can be seen in the 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.