Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
official wibuapi telegram bot:
https://wibuapibot.t.me
  • Loading branch information
zYxDevs authored Mar 26, 2023
1 parent d0ebbad commit 6624c34
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6624c34

Please sign in to comment.