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 14, 2023
1 parent e898c31 commit 41696df
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4915,6 +4915,20 @@
"loadingContainerSelector": ".vjs-text-track-display"
}
},
{
"id": "skillshare",
"matches": [
"www.skillshare.com"
],
"excludeSelectors.add": [
".vjs-text-track-display"
],
"subtitleRule.add": {
"type": "webvtt",
"subtitleUrlRegExp": "\\.vtt\\?",
"loadingContainerSelector": ".vjs-text-track-display"
}
},
{
"id": "coursera",
"matches": [
Expand Down Expand Up @@ -4999,6 +5013,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-12-14T08:57:29.556Z",
"buildinConfigUpdatedAt": "2023-12-14T13:02:15.491Z",
"latestVersion": "0.12.6"
}

0 comments on commit 41696df

Please sign in to comment.