From 6624c34341a92921782e3271c16d322faf0238e8 Mon Sep 17 00:00:00 2001 From: Yoga Pranata Date: Sun, 26 Mar 2023 20:59:58 +0700 Subject: [PATCH] fix readme official wibuapi telegram bot: https://wibuapibot.t.me --- README.md | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4f06bb9..7cb05f0 100644 --- a/README.md +++ b/README.md @@ -42,15 +42,16 @@ api = WibuAPI() ``` ### Anime, Hentai, Donghua -_For nekopoi scrapper only works in [bot](#telegram-bot)._ +_For nekopoi scrapper only works in [bot](https://t.me/wibuapibot)._ | Website | Params | | :-: | :-: | -| [Lendrive](#lendrive)| link | -| [Donghua](#donghua) | link | -| [Kusonime](#kusonime) | link | -| [Doronime](#doronime) | link | -| [Samehadaku](#samehadaku) | link | +| [Lendrive](https://github.com/zYxDevs/wibu-api-py#lendrive)| link | +| [Anichin](https://github.com/zYxDevs/wibu-api-py#anichin) | link | +| [Donghua](https://github.com/zYxDevs/wibu-api-py#donghua) | link | +| [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 | #### [Lendrive](https://lendrive.web.id) ```python @@ -60,6 +61,14 @@ res = api.lendrive(url) print(res) ``` +#### [Anichin](https://anichin.vip) +```python +# works with batch, bd, and single eps link +url = "https://anichin.vip/soul-land-season-2-episode-226-252-subtitle-indonesia/" +res = api.anichin(url) +print(res) +``` + #### [Donghua](https://donghua.web.id) ```python # works with batch, bd, and single eps link @@ -96,13 +105,13 @@ print(res) | Website | Params | | :-: | :-: | -| [Rawkuma](#rawkuma) | link | -| [Westmanga](#westmanga) | link | -| [Komikindo](#komikindo) | link | -| [Mangatale](#mangatale) | link | -| [Kiryuu](#kiryuu) | link | -| [Masterkomik](#masterkomik) | link | -| [Doujindesu](#doujindesu) | link | +| [Rawkuma](https://github.com/zYxDevs/wibu-api-py#rawkuma) | link | +| [Westmanga](https://github.com/zYxDevs/wibu-api-py#westmanga) | link | +| [Komikindo](https://github.com/zYxDevs/wibu-api-py#komikindo) | link | +| [Mangatale](https://github.com/zYxDevs/wibu-api-py#mangatale) | link | +| [Kiryuu](https://github.com/zYxDevs/wibu-api-py#kiryuu) | link | +| [Masterkomik](https://github.com/zYxDevs/wibu-api-py#masterkomik) | link | +| [Doujindesu](https://github.com/zYxDevs/wibu-api-py#doujindesu) | link | #### [Rawkuma](https://rawkuma.com) ```python @@ -176,6 +185,9 @@ print(res) **Note:** ``` +You can see more endpoints on https://wibu-api.eu.org/docs or wibuapi.py file. +``` +``` Sometimes their will change domains, that will make some endpoints wont works. Please let me know when their sites change domains, I will asap fix dead endpoints.