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 d49df8a commit 44f5c2b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4395,7 +4395,7 @@
"id": "bilibili",
"matches": "www.bilibili.com",
"excludeSelectors.add": [
".bpx-player-subtitle-panel-text br"
".bpx-player-subtitle-panel-text"
],
"subtitleRule.add": {
"type": "bilibili",
Expand Down Expand Up @@ -4844,6 +4844,9 @@
"matches": [
"www.udemy.com"
],
"excludeSelectors.add": [
"[data-purpose='captions-cue-text']"
],
"subtitleRule.add": {
"type": "udemy",
"subtitleUrlRegExp": "^https://.*\\.udemycdn\\.com/.*\\.vtt",
Expand Down Expand Up @@ -4877,6 +4880,9 @@
"matches": [
"nebula.tv"
],
"excludeSelectors.add": [
"[data-subtitles-container='true']"
],
"subtitleRule.add": {
"type": "webvtt",
"subtitleUrlRegExp": "\\.vtt$",
Expand All @@ -4899,6 +4905,9 @@
"matches": [
"vimeo.com"
],
"excludeSelectors.add": [
".vp-captions"
],
"subtitleRule.add": {
"type": "text_track",
"videoPlayerSelector": "video",
Expand Down Expand Up @@ -4964,6 +4973,6 @@
}
}
],
"buildinConfigUpdatedAt": "2023-12-13T08:50:25.000Z",
"buildinConfigUpdatedAt": "2023-12-13T10:24:38.254Z",
"latestVersion": "0.12.6"
}

0 comments on commit 44f5c2b

Please sign in to comment.