Skip to content

Commit

Permalink
update default_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2023
1 parent 44f5c2b commit 7b43ef5
Showing 1 changed file with 29 additions and 15 deletions.
44 changes: 29 additions & 15 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4889,6 +4889,20 @@
"loadingContainerSelector": ".video-poster"
}
},
{
"id": "frontendmasters",
"matches": [
"frontendmasters.com"
],
"excludeSelectors.add": [
".vjs-text-track-display"
],
"subtitleRule.add": {
"type": "webvtt",
"subtitleUrlRegExp": "captions.vtt$",
"loadingContainerSelector": ".vjs-text-track-display"
}
},
{
"id": "coursera",
"matches": [
Expand All @@ -4914,6 +4928,20 @@
"loadingContainerSelector": ".player_container"
}
},
{
"id": "ted",
"matches": [
"www.ted.com"
],
"excludeSelectors.add": [
".text-textPrimary-onDark.tracking-tui-tight"
],
"subtitleRule.add": {
"type": "text_track",
"videoPlayerSelector": "video",
"loadingContainerSelector": "#ted-player > div"
}
},
{
"id": "player.vimeo",
"matches": "https://player.vimeo.com/video/*",
Expand Down Expand Up @@ -4957,22 +4985,8 @@
"excludeSelectors.add": [
".arxiv-vanity-wrapper"
]
},
{
"id": "frontendmasters",
"matches": [
"frontendmasters.com"
],
"excludeSelectors.add": [
".vjs-text-track-display"
],
"subtitleRule.add": {
"type": "webvtt",
"subtitleUrlRegExp": "captions.vtt$",
"loadingContainerSelector": ".vjs-text-track-display"
}
}
],
"buildinConfigUpdatedAt": "2023-12-13T10:24:38.254Z",
"buildinConfigUpdatedAt": "2023-12-13T10:32:50.142Z",
"latestVersion": "0.12.6"
}

0 comments on commit 7b43ef5

Please sign in to comment.