Skip to content

Commit dcce0b8

Browse files
authored
Fix booking (#26)
* Fix Systemic Risks — 2024 PDF file extraction failed because first document of the combine might contain scanned images of text instead of text * Add Systemic Risks — 2025 * Add Reports List
1 parent e7d3176 commit dcce0b8

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"Systemic Risks — 2024": [
3+
{
4+
"fetch": "https://r-xx.bstatic.com/data/mobile/b1a2d639-1cba-487b-9f26-c6c287bd2f5d.pdf",
5+
"validUntil": "2025-12-07T04:00:34Z"
6+
}
7+
]
8+
}

declarations/Booking.com.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
{
22
"name": "Booking.com",
33
"terms": {
4+
"Reports List": {
5+
"fetch": "https://www.booking.com/content/dsa.fr.html",
6+
"select": "main"
7+
},
48
"Systemic Risks — 2023": {
59
"fetch": "https://r-xx.bstatic.com/data/mobile/b1a2d639-1cba-487b-9f26-c6c287bd2f5d.pdf"
610
},
711
"Systemic Risks — 2024": {
8-
"fetch": "https://r-xx.bstatic.com/data/mobile/021ed0bb-5ed7-467b-858e-cdfbf1adf699.pdf"
12+
"combine": [
13+
{
14+
"fetch": "https://q-xx.bstatic.com/data/mobile/2024%20-%20Systemic%20risk%20assessment%20report.pdf"
15+
},
16+
{
17+
"fetch": "https://r-xx.bstatic.com/data/mobile/2024%20-%20Mitigation%20measures%20completion%20report.pdf"
18+
}
19+
]
20+
},
21+
"Systemic Risks — 2025": {
22+
"fetch": "https://q-xx.bstatic.com/data/mobile/2025%20-%20Systemic%20risk%20assessment%20and%20mitigation%20measures%20completion%20report.pdf"
923
}
1024
}
1125
}

0 commit comments

Comments
 (0)