From 715ace90a7a55bcdb1867d9df856dc08981c3d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Desboeufs?= Date: Wed, 22 Aug 2018 17:43:44 +0200 Subject: [PATCH] FIMOCT Juillet 2018 --- build/download-fimoct.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/download-fimoct.js b/build/download-fimoct.js index cbcd922..293c504 100644 --- a/build/download-fimoct.js +++ b/build/download-fimoct.js @@ -52,7 +52,7 @@ async function getLatestFIMOCTFileBuffer() { } async function getCurrentFIMOCTFileBuffer() { - const url = 'https://www.data.gouv.fr/s/resources/fichiers-fimoca-et-fimoct-relatifs-aux-structures-de-la-dgfip/20171222-100050/FIMOCTT7Z00061.zip' + const url = 'https://static.data.gouv.fr/resources/fichiers-fimoca-et-fimoct-relatifs-aux-structures-de-la-dgfip/20180817-134116/FIMOCTT8Z00061.zip' return fetchAndExtractFIMOCT(url) }