Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Aug 18, 2024
1 parent 62ed023 commit 5f9135c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/vot-min.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vot.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3493,7 +3493,7 @@ async function getVideoID(service, video) {
return /videos\/play\/([^/]+)\/([\d]+)/.exec(url.pathname)?.[0];
}
case VideoService.epicgames: {
return /\/(\w{4})\/[^/]+$/.exec(url.pathname)?.[1];
return /\/(\w{3,5})\/[^/]+$/.exec(url.pathname)?.[1];
}
case VideoService.nineanimetv: {
return new Promise(resolve => {
Expand Down

0 comments on commit 5f9135c

Please sign in to comment.