Fix portée fonction
This commit is contained in:
parent
19617d2427
commit
3931b4dac1
@ -28,7 +28,7 @@ class CExtractor(TwoStepsExtractor):
|
||||
|
||||
title = soup.select("h2")[0].get_text()
|
||||
|
||||
start_day = self.parse_french_date(
|
||||
start_day = Extractor.parse_french_date(
|
||||
soup.select("h2")[1].get_text()
|
||||
) # pas parfait, mais bordel que ce site est mal construit
|
||||
print(soup.select("h2")[1].get_text())
|
||||
|
Loading…
x
Reference in New Issue
Block a user