From 89dd1f3a37182a54a5ff8b9b389a7b9e4517d5e2 Mon Sep 17 00:00:00 2001 From: Yoga Pranata Date: Mon, 3 Jul 2023 03:46:16 +0700 Subject: [PATCH 1/2] feat: kuramanime --- wibuapi/wibuapi.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wibuapi/wibuapi.py b/wibuapi/wibuapi.py index a232e35..bde69c5 100644 --- a/wibuapi/wibuapi.py +++ b/wibuapi/wibuapi.py @@ -87,6 +87,17 @@ def samehadaku(self, link: str): except Exception as e: return f"An error occured report on @YBotsSupport\n\n{e}" + def kuramanime(self, link: str): + """works with batch, bd, and single eps link + https://kuramanime.art/anime/2004/mushoku-tensei-isekai-ittara-honki-dasu-shugo-jutsushi-fitz/episode/1 + """ + try: + url = f"{self.base_url}/anime/kuramanime?link={link}" + response = get(url, timeout=15).json() + return dumps(response, indent=2) + except Exception as e: + return f"An error occured report on @YBotsSupport\n\n{e}" + def rawkuma(self, link: str): """works with list and single chapter list: https://rawkuma.com/manga/guilty-circle/ From 39d0fcfd66e37b33eab68b2cf98a076267cf2f35 Mon Sep 17 00:00:00 2001 From: Yoga Pranata Date: Mon, 3 Jul 2023 03:57:16 +0700 Subject: [PATCH 2/2] README FIX --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fc31e70..8361559 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ _There's many useful features in bot but it required big resource, so i make it - [x] nHentai zipper - [x] Sheakomik, Sheamanga zipper - [x] Komikindo.info zipper +- [x] Mikoroku zipper - [x] Otomi Games - [x] Search parser - [x] Download link scrapper @@ -71,6 +72,7 @@ _For nekopoi search only works in [bot](https://t.me/wibuapibot)._ | [Kusonime](https://github.com/zYxDevs/wibu-api-py#kusonime) | link | | [Doronime](https://github.com/zYxDevs/wibu-api-py#doronime) | link | | [Samehadaku](https://github.com/zYxDevs/wibu-api-py#samehadaku) | link | +| [Kuramanime](https://github.com/zYxDevs/wibu-api-py#kuramanime) | link | | [Nekopoi](https://github.com/zYxDevs/wibu-api-py#nekopoi) | link | #### [Lendrive](https://lendrive.web.id) @@ -121,6 +123,14 @@ res = api.samehadaku(url) print(res) ``` +#### [Kuramanime](https://kuramalink.my.id) +```python +# works with batch, bd, and single eps link +url = "https://kuramanime.art/anime/2004/mushoku-tensei-isekai-ittara-honki-dasu-shugo-jutsushi-fitz/episode/1" +res = api.kuramanime(url) +print(res) +``` + #### [Nekopoi](https://nekopoi.care) ```python # works with single eps link (hentai, jav)