What's Changed
Added MangaPill as a manga provider, to use it run:
manga-tui -p mangapill
- mangapill by @josueBarretogit in https://github.com/josueBarretogit/manga-tui/pull/235
Fixed a bug when searching mangas on mangadex, the title would appear as "No title" (fixes #233)
- fix(mangadex): parse title correctly in search page by @j...