Fix d'une limitation imports fb non bloquant

This commit is contained in:
Jean-Marie Favreau
2024-08-13 15:50:00 +02:00
parent e4627a964a
commit 6d91f5aea9
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ from src.agenda_culturel.import_tasks.extractor_facebook import *
if __name__ == "__main__":
u2e = URL2Events(ChromiumHeadlessDownloader(), FacebookEventExtractor(single_event=True))
url="https://www.facebook.com/events/872781744074648"
url="https://www.facebook.com/events/877079547620370/877079557620369/?active_tab=about"
events = u2e.process(url, cache = "fb.html", published = True)