|
10 | 10 | <img alt="test passing" src="https://img.shields.io/github/actions/workflow/status/josueBarretogit/manga-tui/test.yml?label=tests"> |
11 | 11 | </a> |
12 | 12 | <a href="https://crates.io/crates/manga-tui"> |
13 | | - <img alt="crates io downloads" src="https://img.shields.io/crates/d/manga-tui?logo=rust&label=crates.io downloads"> |
| 13 | + <img alt="Crates.io downloads" src="https://img.shields.io/crates/d/manga-tui"> |
14 | 14 | </a> |
15 | 15 | <a href="https://github.com/josueBarretogit/manga-tui/releases/latest"> |
16 | 16 | <img alt="downloads" src="https://img.shields.io/github/downloads/josuebarretogit/manga-tui/total"> |
|
40 | 40 |
|
41 | 41 | ## Features |
42 | 42 |
|
43 | | -- [Mangadex](https://mangadex.org/) and [Weebcentral](https://weebcentral.com/) are available as manga providers |
| 43 | +- [Mangadex](https://mangadex.org/), [Weebcentral](https://weebcentral.com/) and [MangaPill](https://mangapill.com) are available as manga providers (many more willl be added!) |
| 44 | +so if any one goes down you can still use manga-tui |
44 | 45 |
|
45 | 46 | - Track your reading history with [anilist integration](./docs/anilist.md) |
46 | 47 |
|
|
64 | 65 |
|
65 | 66 | <https://github.com/user-attachments/assets/26ad493f-633c-41fc-9d09-49b316118923> |
66 | 67 |
|
67 | | -### Join the [discord](https://discord.gg/jNzuDCH3) server for further help, feature requests or to chat with contributors |
| 68 | +### Join the [discord](https://discord.gg/SeqsWUCpVx) server for further help, feature requests or to chat with contributors |
68 | 69 |
|
69 | 70 | ## Dependencies |
70 | 71 |
|
@@ -206,7 +207,7 @@ check_new_updates = true |
206 | 207 |
|
207 | 208 | # Sets which manga provider will be used when running manga-tui, |
208 | 209 | # you can override it by running manga-tui with the -p flag like this: manga-tui -p weebcentral |
209 | | -# values: mangadex, weebcentral |
| 210 | +# values: mangadex, weebcentral, mangapill |
210 | 211 | # default: "mangadex" |
211 | 212 | default_manga_provider = "mangadex" |
212 | 213 |
|
|
0 commit comments