on ajoute l'import manquant
This commit is contained in:
parent
ce1269827e
commit
4e41efb75a
@ -1,6 +1,6 @@
|
|||||||
from ..generic_extractors import *
|
from ..generic_extractors import *
|
||||||
import json5
|
import json5
|
||||||
|
from bs4 import BeautifulSoup
|
||||||
|
|
||||||
# A class dedicated to get events from La Coopérative de Mai:
|
# A class dedicated to get events from La Coopérative de Mai:
|
||||||
# URL: https://lacomediedeclermont.com/saison23-24/wp-admin/admin-ajax.php?action=load_dates_existantes
|
# URL: https://lacomediedeclermont.com/saison23-24/wp-admin/admin-ajax.php?action=load_dates_existantes
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
from ..generic_extractors import *
|
from ..generic_extractors import *
|
||||||
import re
|
import re
|
||||||
import json5
|
import json5
|
||||||
|
from bs4 import BeautifulSoup
|
||||||
|
|
||||||
# A class dedicated to get events from La Coopérative de Mai:
|
# A class dedicated to get events from La Coopérative de Mai:
|
||||||
# URL: https://www.lacoope.org/concerts-calendrier/
|
# URL: https://www.lacoope.org/concerts-calendrier/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
from ..generic_extractors import *
|
from ..generic_extractors import *
|
||||||
import re
|
import re
|
||||||
|
from bs4 import BeautifulSoup
|
||||||
|
|
||||||
# A class dedicated to get events from La puce à l'oreille
|
# A class dedicated to get events from La puce à l'oreille
|
||||||
# URL: https://www.lapucealoreille63.fr/
|
# URL: https://www.lapucealoreille63.fr/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
from ..generic_extractors import *
|
from ..generic_extractors import *
|
||||||
|
from bs4 import BeautifulSoup
|
||||||
|
|
||||||
# A class dedicated to get events from Le Fotomat'
|
# A class dedicated to get events from Le Fotomat'
|
||||||
# URL: https://www.lefotomat.com/
|
# URL: https://www.lefotomat.com/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user