Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Fix nova
Browse files Browse the repository at this point in the history
fixes #51
  • Loading branch information
thorio committed Aug 11, 2020
1 parent fd27fce commit 7c73b68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kgrabber",
"version": "3.3.1",
"version": "3.3.2",
"description": "Userscript for extracting links from kissanime.ru and similar sites",
"main": "src/js/main.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/config/sites/kissanime_ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let servers = new Dictionary([
}),

new Server("nova", {
regex: /"(https:\/\/(?:www).feurl.com\/v\/.*?)"/,
regex: /"(https:\/\/(?:www).(?:feurl.com|novelplanet.me)\/v\/.*?)"/,
captureGroup: 1,
trimQuotes: false,
name: "Nova",
Expand Down

0 comments on commit 7c73b68

Please sign in to comment.