diff --git a/Attrap_pref64.py b/Attrap_pref64.py index ca94ddeac715fde0e5dcb387858b50483c72fcca..221c6ca2f3fccdbb6cc8fa5880cbf162d7cb4f4d 100644 --- a/Attrap_pref64.py +++ b/Attrap_pref64.py @@ -49,10 +49,10 @@ class Attrap_pref64(Attrap): # On récupère les RAA en suivant la navigation de chaque page de mois elements = self.get_raa_with_pager( - month_pages, + month_pages[::-1], 'a.fr-pagination__link--next.fr-pagination__link--lg-label', self.__HOST - ) + )[::-1] self.parse_raa(elements, keywords) self.mailer()