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 15, 2023
1 parent 875a2d9 commit a58517c
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4968,6 +4968,20 @@
"loadingContainerSelector": ".vjs-text-track-display"
}
},
{
"id": "udacity",
"matches": [
"learn.udacity.com"
],
"excludeSelectors.add": [
".vjs-text-track-display"
],
"subtitleRule.add": {
"type": "webvtt",
"subtitleUrlRegExp": ".vtt$",
"loadingContainerSelector": ".vjs-text-track-display"
}
},
{
"id": "skillshare",
"matches": [
Expand Down Expand Up @@ -5037,6 +5051,48 @@
"loadingContainerSelector": ".vp-telecine"
}
},
{
"id": "codewithchris",
"matches": [
"learn.codewithchris.com"
],
"excludeSelectors.add": [
".w-captions",
".w-captions-line > div > span"
],
"subtitleRule.add": {
"type": "general",
"subtitleUrlRegExp": "/embed/captions/",
"loadingContainerSelector": ".w-captions",
"hookType": "fetch",
"generalSetting": {
"captionsPath": "captions",
"itemsPath": "hash.lines",
"textKey": "text"
}
}
},
{
"id": "edx",
"matches": [
"*.edx.org"
],
"excludeSelectors.add": [
".closed-captions",
".subtitles-menu"
],
"subtitleRule.add": {
"type": "general",
"subtitleUrlRegExp": "/transcript/translation/",
"loadingContainerSelector": ".tc-wrapper",
"generalSetting": {
"itemsPath": "text"
},
"injectedCss": [
".subtitles-menu span,.closed-captions {white-space: pre-line;}"
]
}
},
{
"id": "linkingyourthinking",
"matches": "community.linkingyourthinking.com",
Expand Down Expand Up @@ -5066,6 +5122,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-12-15T10:42:18.837Z",
"buildinConfigUpdatedAt": "2023-12-15T10:47:24.801Z",
"latestVersion": "0.12.6"
}

0 comments on commit a58517c

Please sign in to comment.