... | ... |
@@ -59,7 +59,7 @@ done |
59 | 59 |
echo >> "$result" |
60 | 60 |
|
61 | 61 |
last=$(wget -qO- 'http://www2.assemblee-nationale.fr/scrutins/liste/(legislature)/15/(type)/TOUS/(idDossier)/TOUS' | sed -rn 's,^.*<td class="denom">(.+)</td>.*$,\1,p' | head -1) |
62 |
-test -r "$archive_scrutins" && first=$(tar tf "$archive_scrutins" | tail -1) || first=1 |
|
62 |
+test -r "$archive_scrutins" && first=$(tar tf "$archive_scrutins" | tail -1) || first=0 |
|
63 | 63 |
|
64 | 64 |
if test $first -lt $last; then |
65 | 65 |
echo "récupération des scrutins n°$((first+1)) à n°$last dans "$archive_scrutins" (à conserver autant que possible)" >&2 |