Skip to content

Commit 5387e09

Browse files
fix: Replace broken E-Novel Brazilian with Better Novels (#1061)
* added Novel Mania Brazilian Portuguese * added image Novel Mania Brazilian Portuguese * e-novel is broken * added source and image Better Novels Brazilian Portuguese
1 parent f6ae42a commit 5387e09

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
8.1 KB
Loading
-1.74 KB
Binary file not shown.

scripts/multisrc/lightnovelwp/sources.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,13 @@
209209
"reverseChapters": true,
210210
"customJs": "\n $('div.entry-content > p').each(function () {\n $(this).text($(this).text().replace(/[\\u1000-\\u105F]/g, function (c) {\n return String.fromCharCode(c.charCodeAt(0) - 4063);\n }));\n });\n"
211211
}
212+
},
213+
{
214+
"id": "betternovels",
215+
"sourceSite": "https://betternovels.net/",
216+
"sourceName": "Better Novels",
217+
"options": {
218+
"lang": "Portuguese"
219+
}
212220
}
213221
]

scripts/multisrc/madara/sources.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,6 @@
228228
"lang": "Portuguese"
229229
}
230230
},
231-
{
232-
"id": "e-novel",
233-
"sourceSite": "https://e-novel.online/",
234-
"sourceName": "E-Novel",
235-
"options": {
236-
"lang": "Portuguese"
237-
}
238-
},
239231
{
240232
"id": "panchotranslations",
241233
"sourceSite": "https://panchotranslations.com/",

0 commit comments

Comments
 (0)