Skip to content

Commit

Permalink
Update Viaplay Privacy Policy
Browse files Browse the repository at this point in the history
Terminate Viably Terms of Service, as this service is not available anymore in the tracked jurisdiction
#1557
  • Loading branch information
afisher3578 authored Aug 20, 2024
1 parent 880fdb3 commit ba7da68
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
22 changes: 22 additions & 0 deletions declarations/Viaplay.history.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"Terms of Service": [
{
"fetch": "https://viaplay.com/gb-en/terms",
"select": {
"startAfter": "header",
"endBefore": "footer"
},
"validUntil": "2024-07-03T18:17:09Z"
}
],
"Privacy Policy": [
{
"fetch": "https://viaplay.com/gb-en/privacy",
"select": {
"startAfter": "header",
"endBefore": "footer"
},
"validUntil": "2024-07-03T18:17:13Z"
}
]
}
15 changes: 4 additions & 11 deletions declarations/Viaplay.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
{
"name": "Viaplay",
"documents": {
"Terms of Service": {
"fetch": "https://viaplay.com/gb-en/terms",
"select": {
"startAfter": "header",
"endBefore": "footer"
}
},
"Privacy Policy": {
"fetch": "https://viaplay.com/gb-en/privacy",
"select": {
"startAfter": "header",
"endBefore": "footer"
}
"select": [
"h1",
"main"
]
}
}
}

0 comments on commit ba7da68

Please sign in to comment.