Skip to content

Commit

Permalink
Plateformes Location
Browse files Browse the repository at this point in the history
Les trois ne fonctionnent pas (403)
(problème connu OpenTermsArchive#166)
  • Loading branch information
THouriezPEReN committed Oct 13, 2020
1 parent 89ea006 commit 702d8d2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
17 changes: 17 additions & 0 deletions services/Abritel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Abritel",
"documents": {
"Terms of Service": {
"fetch": "https://www.abritel.fr/legal/conditions-generales",
"select": "div.ContentArea"
},
"Trackers Policy": {
"fetch": "https://www.abritel.fr/legal/cookies",
"select": "div.ContentArea"
},
"Privacy Policy": {
"fetch": "https://www.abritel.fr/legal/politique-des-donnees-personnelles",
"select": "div.ContentArea"
}
}
}
9 changes: 9 additions & 0 deletions services/CleVacances.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "CleVacances",
"documents": {
"Terms of Service": {
"fetch": "https://www.clevacances.com/fr/conditions-generales-utilisation",
"select": "section.content-container"
}
}
}
12 changes: 12 additions & 0 deletions services/SeLogerVacances.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "SeLogerVacances",
"documents": {
"Terms of Service": {
"fetch": "https://vacances.seloger.com/conditions-generales-utilisation",
"filter": [
"removeNavTools"
],
"select": "div#root"
}
}
}

0 comments on commit 702d8d2

Please sign in to comment.