From d1069c9f24cdd97f2c5e5ebed7f3ee96d7224efe Mon Sep 17 00:00:00 2001 From: Bharathi <96393348+bachig26@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:49:46 +0200 Subject: [PATCH 1/8] [add] extension request template --- .github/ISSUE_TEMPLATE/extension_request.yml | 52 ++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/extension_request.yml diff --git a/.github/ISSUE_TEMPLATE/extension_request.yml b/.github/ISSUE_TEMPLATE/extension_request.yml new file mode 100644 index 0000000..905bc4a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/extension_request.yml @@ -0,0 +1,52 @@ +name: ⭐ Extension request +description: Suggest a extension that you would like see added +labels: [] +body: + + - type: input + id: source-name + attributes: + label: Source name + description: | + Provide the Source name. + placeholder: | + Example: "Gogoganime" + validations: + required: true + + - type: input + id: source-url + attributes: + label: Source URL + description: | + Provide the Source URL. + placeholder: | + Example: "https://gogoanimehd.io" + validations: + required: true + + - type: input + id: package-type + attributes: + label: Package type + placeholder: | + Example: "anime" + validations: + required: false + + - type: input + id: language + attributes: + label: Source language + placeholder: | + Example: "en" + validations: + required: false + + - type: checkboxes + id: acknowledgements + attributes: + label: Acknowledgements + options: + - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue. + required: true From 44c35001b31e6939bf4459e32ef9bfd24c1f46a0 Mon Sep 17 00:00:00 2001 From: Saksham Shekher <95137948+OshekharO@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:29:36 +0530 Subject: [PATCH 2/8] Update: labels --- .github/ISSUE_TEMPLATE/extension_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/extension_request.yml b/.github/ISSUE_TEMPLATE/extension_request.yml index 905bc4a..7442d7e 100644 --- a/.github/ISSUE_TEMPLATE/extension_request.yml +++ b/.github/ISSUE_TEMPLATE/extension_request.yml @@ -1,6 +1,6 @@ name: ⭐ Extension request description: Suggest a extension that you would like see added -labels: [] +labels: [ source request ] body: - type: input From d3e0c3f24382e294b3d65a7ee517a7331949a56c Mon Sep 17 00:00:00 2001 From: Saksham Shekher <95137948+OshekharO@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:31:27 +0530 Subject: [PATCH 3/8] Update: label --- .github/ISSUE_TEMPLATE/report_issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index f2d57f4..d5c9e3d 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -1,6 +1,6 @@ name: 🐞 Issue report description: Report a extension issue with a source -labels: [] +labels: [ bug ] body: - type: input @@ -34,7 +34,7 @@ body: description: | You can find your Miru version in **Settings**. placeholder: | - Example: "1.6.7" + Example: "1.7.1" validations: required: true From f258a0eae0356806b6fb1774218bbaada06540ec Mon Sep 17 00:00:00 2001 From: Bharathi <96393348+bachig26@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:08:26 +0200 Subject: [PATCH 4/8] [Update] extension_request --- .github/ISSUE_TEMPLATE/extension_request.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/extension_request.yml b/.github/ISSUE_TEMPLATE/extension_request.yml index 7442d7e..d498ffb 100644 --- a/.github/ISSUE_TEMPLATE/extension_request.yml +++ b/.github/ISSUE_TEMPLATE/extension_request.yml @@ -43,6 +43,13 @@ body: validations: required: false + - type: textarea + id: other-details + attributes: + label: Other details + placeholder: | + Additional details and attachments. + - type: checkboxes id: acknowledgements attributes: From 996db0d0784b1ef6c7cea225f21abfa3168dbad1 Mon Sep 17 00:00:00 2001 From: Saksham Shekher <95137948+OshekharO@users.noreply.github.com> Date: Thu, 12 Oct 2023 07:38:32 +0530 Subject: [PATCH 5/8] Fix #67 Image not loading fixed --- repo/nhentai.to.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/nhentai.to.js b/repo/nhentai.to.js index 4ab0883..20041fe 100644 --- a/repo/nhentai.to.js +++ b/repo/nhentai.to.js @@ -1,6 +1,6 @@ // ==MiruExtension== // @name Nhentai -// @version v0.0.1 +// @version v0.0.2 // @author OshekharO // @lang all // @license MIT @@ -95,7 +95,7 @@ export default class extends Extension { }); return { - urls: res[0].images.map((item) => item.replace(/t\.jpg$/, ".jpg")), + urls: res[0].images.map((item) => item.replace(/t\d\.nhentai\.net/, "cdn.dogehls.xyz").replace("t.jpg", ".jpg")), }; } } From 10262c09499eebec10fa4ecee22a528ac8368372 Mon Sep 17 00:00:00 2001 From: Automated Publisher Date: Thu, 12 Oct 2023 02:08:49 +0000 Subject: [PATCH 6/8] Automated publish: Thu Oct 12 02:08:49 UTC 2023 996db0d0784b1ef6c7cea225f21abfa3168dbad1 --- index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.json b/index.json index 27d24ce..6624ccf 100644 --- a/index.json +++ b/index.json @@ -431,7 +431,7 @@ "package": "nhentai.to", "type": "manga", "url": "nhentai.to.js", - "version": "v0.0.1", + "version": "v0.0.2", "webSite": "https://nhentai.to" }, { From 9de112ebc9dd84ca1e828a23b26316bdee9d7a78 Mon Sep 17 00:00:00 2001 From: Saksham Shekher <95137948+OshekharO@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:14:24 +0530 Subject: [PATCH 7/8] Update Recent novels in latest mtlnation --- repo/mtlnation.com.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/mtlnation.com.js b/repo/mtlnation.com.js index 9eb8c15..c465a76 100644 --- a/repo/mtlnation.com.js +++ b/repo/mtlnation.com.js @@ -1,6 +1,6 @@ // ==MiruExtension== // @name Mtlnation -// @version v0.0.1 +// @version v0.0.2 // @author OshekharO // @lang en // @license MIT @@ -31,7 +31,7 @@ export default class extends Extension { } async latest(page) { - const res = await this.req(`/api/v2/novels/?sort=chapter_new&page=${page}`); + const res = await this.req(`/api/v2/novels/?sort=novel_new&page=${page}`); return res.data.map((item) => ({ url: item.slug, title: item.title, From b152e3d6b2e523203df16975e82121bb8bea66ad Mon Sep 17 00:00:00 2001 From: Automated Publisher Date: Thu, 12 Oct 2023 03:44:45 +0000 Subject: [PATCH 8/8] Automated publish: Thu Oct 12 03:44:45 UTC 2023 9de112ebc9dd84ca1e828a23b26316bdee9d7a78 --- README.md | 2 +- index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d34f3d9..a7778a1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Miru extensions repository | [Miru App Download](https://github.com/miru-project | Mikanani | me.mikanani | v0.0.3 | MiaoMint | zh-cn | bangumi | [Source Code](https://github.com/miru-project/repo/blob/main/repo/me.mikanani.js) | | Enime | moe.enime | v0.0.5 | MiaoMint | all | bangumi | [Source Code](https://github.com/miru-project/repo/blob/main/repo/moe.enime.js) | | 轻小说文库 | moe.wol.wenku8 | v0.0.1 | NPGamma | zh-cn | fikushon | [Source Code](https://github.com/miru-project/repo/blob/main/repo/moe.wol.wenku8.js) | -| Mtlnation | mtlnation.com | v0.0.1 | OshekharO | en | fikushon | [Source Code](https://github.com/miru-project/repo/blob/main/repo/mtlnation.com.js) | +| Mtlnation | mtlnation.com | v0.0.2 | OshekharO | en | fikushon | [Source Code](https://github.com/miru-project/repo/blob/main/repo/mtlnation.com.js) | | YTS.mx | mx.yts | v0.0.6 | MiaoMint | all | bangumi | [Source Code](https://github.com/miru-project/repo/blob/main/repo/mx.yts.js) | | rawkuma | rawkuma.com | v0.0.1 | appdevelpo | jp | manga | [Source Code](https://github.com/miru-project/repo/blob/main/repo/rawkuma.com.js) | | ReadLN | readlightnovels | v0.0.1 | OshekharO | en | fikushon | [Source Code](https://github.com/miru-project/repo/blob/main/repo/readlightnovels.js) | diff --git a/index.json b/index.json index 6624ccf..8e4ca9d 100644 --- a/index.json +++ b/index.json @@ -405,7 +405,7 @@ "package": "mtlnation.com", "type": "fikushon", "url": "mtlnation.com.js", - "version": "v0.0.1", + "version": "v0.0.2", "webSite": "https://api.mtlnation.com" }, {