File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
77
88const API_URL = "https://programapi.europython.eu/ep2025" ;
99
10- // URLs for EuroPython 2024 data
11- const SESSIONS_URL = API_URL + "/sessions.json" ;
12- const SPEAKERS_URL = API_URL + "/speakers.json" ;
10+ // URLs for EuroPython 2025 data
11+ const SESSIONS_URL =
12+ "https://gist.githubusercontent.com/egeakman/eddfb15f32ae805e8cfb4c5856ae304b/raw/466f8c20c17a9f6c5875f973acaec60e4e4d0fae/sessions.json" ;
13+ const SPEAKERS_URL =
14+ "https://gist.githubusercontent.com/egeakman/469f9abb23a787df16d8787f438dfdb6/raw/62d2b7e77c1b078a0e27578c72598a505f9fafbf/speakers.json" ;
1315const SCHEDULE_URL = API_URL + "/schedule.json" ;
1416
1517// Define output directory and file paths
You can’t perform that action at this time.
0 commit comments