Commit Graph

3487 Commits

Author SHA1 Message Date
happywillow0 fc3e6cd9c3
Buon dua fix (#13278)
* Fixes BuonDua

Updates URL selector for images

* Update BuonDua.kt

* Fixes page index
2022-08-31 13:16:31 -03:00
happywillow0 a6a6be6844
Fix (#13276)
Fixes #13275
Updates element selector for pageListParse
Updates baseUrl
2022-08-30 22:36:40 -04:00
Vetle Ledaal 9ffce35bca
MyReadingManga: set User-Agent to get past Cloudflare (#13264)
* MyReadingManga: set User-Agent to get past Cloudflare

* Remove custom Cloudflare interceptor
2022-08-29 10:04:01 -04:00
PainterHalver 35b4811c4d
Fix TruyenQQ popular and search request (#13242) 2022-08-28 17:01:15 -04:00
stevenyomi 9f6f67c676
Junmeitu: remove broken mirror (#13231) 2022-08-27 16:38:06 -03:00
Mubashir Haroon 69feb45af3
update scan-manga popular request url (#13223) 2022-08-27 16:37:47 -03:00
happywillow0 97d48bdc3d
Source URL Updates (#13214)
* Update URL

Update the URL for LKDTT

* Update HentaiVN

* Update URL
* Fix lateinit property title not initialized

* Update NhatTruyen

Update URL for NhatTruyen
2022-08-27 10:23:00 -03:00
ThePromidius b24d88df35
Kavita: Fix Init property title not initialized (#13195)
* Fixes "lateinit property title not initialized"

* Updated CHANGELOG.md

* Comment a bit more the logic for single-file volumes

Co-authored-by: ThePromidius <chronocraft.mygs@gmail.com>
2022-08-27 10:22:47 -03:00
AntsyLich 4aa14a2cbd
ZeroScans: Add rateLimit to chapter endpoint (#13208)
Closes #13207
2022-08-26 13:23:12 -04:00
happywillow0 94eb7f2b16
Fix EarlyManga (#13197)
Fixes 13189
* Uses different selector for manga title in search. OP found the one manga without a flag.
2022-08-25 22:21:32 -04:00
dec05eba 3fc3a8261d
Fix mangakatana Image array not found (#13194)
Mangakatana updated their javascript again and
is using the ytaw variable again as the array of images.
To make sure mangakatana keeps working even if the website changes back
and forth we check both variables and choose the array that is most
likely the one with all of the pages.

Closes #13188
2022-08-25 22:20:56 -04:00
happywillow0 2bc1ec5a77
My Reading Manga Updates (#13147)
* MyReadingManga Updates

* Adds New Filter: Sort By
* Fixes "lateinit property title has not been initialized"
* Replaces deprecated capitalize

* Update Sort Order

Updates sort order. Matches default popular sort (random) on open.
2022-08-23 09:56:44 -03:00
Vetle Ledaal 471a45ba95
NHentai: set User-Agent to get past Cloudflare (#13130) 2022-08-22 12:31:19 -03:00
Davide 5e844c5aef
MCReader: Fix manga description (#13126) 2022-08-22 12:30:58 -03:00
stevenyomi 6d452d1709
Remove Manga1001 (#13119) 2022-08-20 22:28:09 -04:00
dec05eba 13880ccdf0
Fix mangakatana chapters only having 1 page (#13109)
Mangakatana updated their javascript and the chapter images are now in the htnc variable.
Fixes #13062
2022-08-20 12:25:15 -03:00
Alessandro Jean 1ad891e202
Fix HTTP error 400 in HN. (#13096) 2022-08-19 22:29:11 -03:00
Alessandro Jean 05070ea80b
Better handle the API errors in MangaPlus. (#13094) 2022-08-19 22:29:02 -03:00
Davide 254dbb2bf7
Fixed manga description (#13084) 2022-08-19 15:18:56 -03:00
Luis Alberto a13b3ffce6
Manhwa latino (#13054)
* First commit Mahnwa-Latino Extension.

* manhwa-latino: Implementing find function

TODO: only works with text, filter not implemented yet

* manhwa-latino Add Parser to finde the information of Manhwa-Latino

The parser 'ManhwaLatinoSiteParser.kt' make the whole magic to find the
information of the Website.

Mudularize The code and adding documentation

* manhwa-latino: Adding Logos der Extension

TODO: I am not to happy, i will check it later.

* manhwa-latino: Adding Tags to Genre Combobox

* manhwa-latino: Adding Headers to prevent error 404

The headers are necesary to prevent error 403 by downloading images.

* manhwa-latino: Tags addded into Manga Description Page

Status from Manga readed from Tags

* manhwa-latino: Modularize Code

* manhwa-latino: Adding Uploaddate for Chapters

* manhwa-latino: Bug to get Chapter Number fixed

* manhwa-latino: Logo 0.2

* manhwa-latino: Versionb 1.2.10

Adding Comments to ManhwaLatinoSiteParser

* manhwa-latino: Remove logo_model directory

* manhwa-latino: Show Seconds after Release a new Chapter

* manhwa-latino: Fix for Cloudflare

* manhwa-latino: Try to fix Cloudflare ByPass

Adding isNsfw to build.gradle

* manhwa-latino: Update from parser after website update

* manhwa-latino: Deactivate lastest manga and new Client

The new website from Manhwa-Latino doesnt show lastest mangas.

* manhwa-latino: Adding Manifest to load url-adress

The extesion will bi able to open and find mangas with the url.
TODO: first version. NOT READY YET.

* manhwa-latino: Fix to find Manga Status information

* Manhwa-Latino: The Extension can open a Link

Now the extension can recognize a link from Manhwa-Latino and
show the manga from the link in the app.

* Manhwa-Latino: Modularize Code and Activity for Url added

* Manhwa-Latino: Add Constant-File.

This file contain all contants for this extension.

* manhwa-latino Url from the Website has changed.

from https://manhwa-latino.com => https://manhwa-es.com

* manhwa-latino Url update on manifest

* manhwa-latino Fix to get ThumbnailUrl and Url from Slider

The Slider from Manhwa-Latino was updated and the parser was updated as
well.

* manhwa-latino: Using Cloudflare Client to connect.

Manhwa-Latino now Manhwa-Es are using cloudflare right now.
This workaround fix make possible the connection from the app to the
Website.

* Update the address to every image

* Update Manhwa-Latino Address

* Updating popularMangaNextPageSelector

* Remove CLoudFlare Client

* Manhwa-Latino: Update Image Src-Tag

The website has changed the attribute where the adress to the images
are.

* Mahnwa-Latino: Remove client, because it is not overwritten

Original Client is:
	override val client: OkHttpClient = network.client.newBuilder().build()

it is not overwritten, that is why it can remove.

* manhwa-latino: Remove Comments

Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
Co-authored-by: AlberyKous <extreme_rvd@hotmail.com>
2022-08-19 07:37:02 -04:00
stevenyomi d64e2bb069
MangaRaw: rewrite parsing, add mirrors and split broken source (#13058)
* MangaRaw: rewrite parsing, add mirrors and split broken source

* Add (Broken) to Manga1001 extension name

* cleanup

* eliminate temporary property and optimize constructor performance
2022-08-18 22:16:05 -04:00
stevenyomi 3dc8d3c29a
Jinman Tiantang: fix list parsing, update mirrors, organize prefs (#13069)
* Jinmantiantang: fix list parsing, update mirrors, organize prefs

* rename extension to Jinman Tiantang
2022-08-18 22:15:38 -04:00
Vetle Ledaal 50221eb16f
unyeet ReadComicOnline (#13059)
* Revert "yeet (#11407)"

This reverts commit db1685b912.

* Solve URLs via QuickJs

* Move decryption to `pageListParse()`

* handle captcha challenge

* recreate qjs for each invocation, to prevent QuickJsException("stack overflow")

* Update src/en/readcomiconline/src/eu/kanade/tachiyomi/extension/en/readcomiconline/Readcomiconline.kt

Co-authored-by: jobobby04 <jobobby04@users.noreply.github.com>

* Update src/en/readcomiconline/src/eu/kanade/tachiyomi/extension/en/readcomiconline/Readcomiconline.kt

Co-authored-by: jobobby04 <jobobby04@users.noreply.github.com>

* fix return type of rguardBytecode

Co-authored-by: jobobby04 <jobobby04@users.noreply.github.com>
2022-08-18 22:13:52 -04:00
w1x8l ea74d2b11c
ManhwasNet: update css selectors (#13034)
* ManhwasNet: update css selectors

* ManhwasNet: fixed status always as completed
2022-08-17 17:16:12 -04:00
AntsyLich e96fd22d30
Remove usage of Duktape (#13048) 2022-08-17 12:14:06 -04:00
AntsyLich a83e04f237
Bato.to: Cleanup `pageListParse()` (#13047)
Also move to QuickJS

The change was tested on https://bato.to/chapter/1 and many recent chapters
2022-08-17 12:13:39 -04:00
AntsyLich 372fa06b85
MangaPark v3: Fix chapter pages not loading (#13046)
Also move to QuickJS

Fixes #12963
2022-08-17 12:13:03 -04:00
Promchai Chooseang d47b7684ce
Fix Nekopost HTTP error 520 (#13027)
* Fix Nekopost https 520 error

* Fix Nekopost https 520 error

* Update src/th/nekopost/src/eu/kanade/tachiyomi/extension/th/nekopost/Nekopost.kt

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Update src/th/nekopost/src/eu/kanade/tachiyomi/extension/th/nekopost/Nekopost.kt

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Update src/th/nekopost/src/eu/kanade/tachiyomi/extension/th/nekopost/Nekopost.kt

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* Update Nekopost.kt

* Fix Nekopost sometimes return empty mangas list due to API

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2022-08-16 18:15:56 -03:00
stevenyomi 4b0c3a8a05
Comic Newtype: fix parsing of images with links (#13004) 2022-08-15 15:28:02 -04:00
khuldraeseth 10dccd46b0
Sandraandwoo (#12949)
* Add Sandra and Woo source

* Simplify numbering in chapter titles

* Override mangaDetailsParse to prevent the exception being thrown

* Make source class abstract, have English source derive from it

* Change cover art to one I like a little more

* Update publication status based on comments on the most recent chapter

Co-authored-by: Khuldraeseth <khuldraeseth@gmail.com>
2022-08-15 12:53:47 -04:00
stevenyomi 17e9e56d79
Add Comic Newtype (#12988)
* Add Comic Newtype

* minor fixes
2022-08-15 12:53:30 -04:00
Ejan c6cd3bfb62
[RU]Remanga fix out-of-sync manga in the library and catalog (again) (#12991) 2022-08-15 12:53:17 -04:00
Howard Wu 976141a96e
Dmzj: Pop up toast when encountering a non-existent chapter instead of just crashing. (#12998) 2022-08-15 12:52:16 -04:00
Vetle Ledaal 415bcb5316
update rate limit, allow unknown sizes, update for site changes (#12922) 2022-08-09 21:25:41 -04:00
Sapphire fc61a4e797
Add LittleGarden (#12885)
* Add LittleGarden

* Fixed multiple problems described by contributors in pull request #12885

* Update LittleGarden.kt

Forgot to remove a random verbose log
2022-08-09 16:26:23 -03:00
Vetle Ledaal a022f69c89
Koushoku: bypass block (#12913) 2022-08-08 17:28:02 -03:00
Vetle Ledaal e0e3afa793
Fix incorrect ResponseBody parsing (#12893)
* Fix incorrect ResponseBody parsing

* enable rate limit
2022-08-07 14:37:21 -03:00
Alessandro Jean a0b6b47f71
Fix MangaUp covers not loading after expiration date. (#12881) 2022-08-06 18:32:07 -03:00
anenasa f240f38d8d
Zerobyw: Update baseUrl (#12876) 2022-08-06 18:31:47 -03:00
Riztard Lanthorn 69e52b7e0c
Webnovel.com: fix title & thumbnail issue (#12875)
closes #12860
2022-08-06 18:31:38 -03:00
stevenyomi 0a75b6dce4
Remove Qimiaomh (site is down) (#12872) 2022-08-06 18:31:30 -03:00
anenasa 66fed2e8b2
Add Comicabc (#12850) 2022-08-06 18:31:00 -03:00
stevenyomi d7a794e93e
Remove Bainian Manhua: site is down (#12838) 2022-08-06 18:30:44 -03:00
stevenyomi 5975d2528e
Remove Pufei Manhua: site is down (#12826) 2022-08-06 18:29:59 -03:00
beerpsi 84aaf70e0e
New source: Truyện Tranh 8 (#12846)
* New source: Truyện Tranh 8

* Removing trailing space from user agent
2022-08-05 09:27:17 -04:00
Vetle Ledaal 58652bbf76
Fix possible crash: only throw IOException in intecept (#12835) 2022-08-01 09:45:25 -04:00
Vetle Ledaal 5efea62807
Add Nana ナナ (#12829)
* Add Nana ナナ

* add rate limit
2022-08-01 06:05:52 -04:00
BRAMILLE Sébastien 9884a8a060
Fix japscan download (#12827) 2022-07-31 17:58:51 -04:00
Vetle Ledaal 26fa0af501
Koushoku: fix temp ban again (#12825) 2022-07-31 13:12:19 -03:00
Ejan 7339632fc4
[RU]Remanga cloudflareClient & fix tags (#12821)
* [RU]Remanga cloudflareClient

* empty tags fix
2022-07-31 09:08:22 -04:00
Vetle Ledaal d620ed8e3a
Koushoku: fix temp ban (#12816) 2022-07-31 09:08:11 -04:00
TheKingTermux 99eac69158
Remove MangaLink from AR src (#12801) 2022-07-30 08:38:54 -04:00
CallMeHai af3278963b
Change domain NetTruyen and HentaiVN (#12760)
* Change domain NetTruyen

* Change HentaiVn domain

Update on Hentai Domain
Update extVersionCode
2022-07-30 08:38:34 -04:00
Vetle Ledaal 95fe3e9526
Add VyvyManga (#12763) 2022-07-30 08:37:58 -04:00
Vetle Ledaal 34e005c8b2
Koushoku: bypass CloudFlare block (#12768)
* Koushoku: bypass CloudFlare block

* tweak rate limit
2022-07-29 23:01:30 -04:00
Gauthier a4d0c214d8
[Komga] fix default sort and readlist sort (#12782)
* fix(komga): default sort broken since Komga 0.155.1

* fix(komga): proper sort criteria for readlists

* update CHANGELOG.md

* bump version
2022-07-29 23:01:07 -04:00
nicki 269cc90c89
Add Tamil and Kazakh chapter language support (#12756) 2022-07-27 14:12:19 -03:00
Aiman 5d6e61eb2a
Komga: Improve status parsing (#12728)
* Komga: Improve status parsing

* Set null as default value for totalBookCount

* Apply suggestion

* Update changelog
2022-07-27 14:12:08 -03:00
MatchaSoba 991004a098
nhentai: Fix favourites selector and add offset filter (#12746) 2022-07-26 13:43:41 -03:00
Alessandro Jean 871e8b7838
Add Manga UP! as a new source. (#12737) 2022-07-25 16:06:45 -03:00
Vetle Ledaal 972c1e2f37
Koushoku: tweak search, fix details parsing (#12712)
* Koushoku: tweak search, fix details parsing

Search/filters are now using the AND operator, which is a more sane default than the previous OR operator. Additionally the queries are properly encased in double quotes.

Uninitialized manga titles are now properly parsed if they are in a collection, previously it would concatenate all titles together.

* * is required for partial search queries

* partial search for filters as well
2022-07-24 19:00:32 -04:00
king07-0 996513d0e3
Japscan fix resources URL (#12714)
* Update build.gradle

update graddle version

* Update Japscan.kt

update ressources URL prefix
2022-07-24 19:00:15 -04:00
beerpsi 5e6acd100c
new multisrc theme: MyMangaCMS (#12702)
* Initial MyMangaCMS commit

* Finish up the new template

* Add URL intent filter

* more lenient rate limit since the website loads like a ton of shit

* Delete scaffold.py
2022-07-24 09:36:59 -04:00
MatchaSoba 680dd09892
EHentai: Fix page filter looping (#12707) 2022-07-24 09:36:35 -04:00
stevenyomi 1fe1da7b02
Baozi Manhua: chapter image pagination overlap (#12703) 2022-07-23 11:56:53 -03:00
beerpsi 8f64f6480e
New source: YuriNeko (#12688)
* initial commit

* add more prefixes for searching + support more urls

* verify that id search is actually a number; clearer error messages

* Some final touchups + use IOException
2022-07-22 11:49:41 -03:00
stevenyomi aadb6e51c4
Baozi Manhua: add more preferences (#12663)
* Baozi Manhua: add preference to deal with wrong chapter order

* add more mirrors
2022-07-22 09:19:12 -03:00
stevenyomi adc8fdafb8
Baozi Manhua: chapter image pagination (#12646) 2022-07-20 22:35:30 -04:00
Vetle Ledaal a9a32bc6ac
Koushoku: fix page selector (#12650) 2022-07-20 22:35:06 -04:00
stevenyomi 4e30c58623
Bainian Manhua: fix image MIME (#12641) 2022-07-20 22:34:42 -04:00
anenasa c9f515761e
Kuaikanmanhua: Fix page list (#12620) 2022-07-18 10:59:42 -04:00
Renato 3e1df100b8
Add Shingeki no Shoujo (#12599)
* Add Shingeki no Shoujo

Closes #10903

* Update build.gradle
2022-07-17 11:56:25 -04:00
Arnaud Hennig 07976dcc02
Fix japscan urls (#12609) 2022-07-17 10:20:39 -04:00
MatchaSoba 1068bdc8dc
Koushoku: Improve query building (#12612) 2022-07-17 10:19:38 -04:00
Renato 3ffb75cee3
Add AnimeGDRClub (#12601)
* Added AnimeGDRClub

Closes #6088

* Resolved reviews

* Resolved review
2022-07-17 10:07:35 -04:00
Renato 5debf54482
Updated DemoneCeleste (#12600) 2022-07-16 11:13:38 -04:00
Smiley32 dc03f5cd89
AralosBD: added new extension to add support for aralosbd.fr (#12581)
* AralosBD: added new extension to add support for aralosbd.fr

* AralosBD: fixed pull request

- Fixed icon format
- Removed useless configuration file
- Removed useless headers
2022-07-16 11:12:39 -04:00
Luis Alberto 6bae024610
Manhwa latino Links Update (#12594)
* First commit Mahnwa-Latino Extension.

* manhwa-latino: Implementing find function

TODO: only works with text, filter not implemented yet

* manhwa-latino Add Parser to finde the information of Manhwa-Latino

The parser 'ManhwaLatinoSiteParser.kt' make the whole magic to find the
information of the Website.

Mudularize The code and adding documentation

* manhwa-latino: Adding Logos der Extension

TODO: I am not to happy, i will check it later.

* manhwa-latino: Adding Tags to Genre Combobox

* manhwa-latino: Adding Headers to prevent error 404

The headers are necesary to prevent error 403 by downloading images.

* manhwa-latino: Tags addded into Manga Description Page

Status from Manga readed from Tags

* manhwa-latino: Modularize Code

* manhwa-latino: Adding Uploaddate for Chapters

* manhwa-latino: Bug to get Chapter Number fixed

* manhwa-latino: Logo 0.2

* manhwa-latino: Versionb 1.2.10

Adding Comments to ManhwaLatinoSiteParser

* manhwa-latino: Remove logo_model directory

* manhwa-latino: Show Seconds after Release a new Chapter

* manhwa-latino: Fix for Cloudflare

* manhwa-latino: Try to fix Cloudflare ByPass

Adding isNsfw to build.gradle

* manhwa-latino: Update from parser after website update

* manhwa-latino: Deactivate lastest manga and new Client

The new website from Manhwa-Latino doesnt show lastest mangas.

* manhwa-latino: Adding Manifest to load url-adress

The extesion will bi able to open and find mangas with the url.
TODO: first version. NOT READY YET.

* manhwa-latino: Fix to find Manga Status information

* Manhwa-Latino: The Extension can open a Link

Now the extension can recognize a link from Manhwa-Latino and
show the manga from the link in the app.

* Manhwa-Latino: Modularize Code and Activity for Url added

* Manhwa-Latino: Add Constant-File.

This file contain all contants for this extension.

* manhwa-latino Url from the Website has changed.

from https://manhwa-latino.com => https://manhwa-es.com

* manhwa-latino Url update on manifest

* manhwa-latino Fix to get ThumbnailUrl and Url from Slider

The Slider from Manhwa-Latino was updated and the parser was updated as
well.

* manhwa-latino: Using Cloudflare Client to connect.

Manhwa-Latino now Manhwa-Es are using cloudflare right now.
This workaround fix make possible the connection from the app to the
Website.

* Update the address to every image

* Update Manhwa-Latino Address

* Updating popularMangaNextPageSelector

Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
Co-authored-by: AlberyKous <extreme_rvd@hotmail.com>
2022-07-16 11:11:03 -04:00
MatchaSoba d3ffa1b541
Koushoku: Added more filters (#12582) 2022-07-16 11:10:15 -04:00
stevenyomi 2e8e4b1916
Baozi Manhua: fix page list parsing and cleanup (#12560)
* Baozi Manhua: fix page list parsing and cleanup

* extract banner lib

* update changelog

* add rate limit
2022-07-14 08:40:42 -04:00
stevenyomi 53cd29f87e
Junmeitu: fix page list parsing (#12556) 2022-07-12 11:23:08 -03:00
stevenyomi 908781a4fe
Remove EroCool (#12540) 2022-07-11 19:42:44 -03:00
Vetle Ledaal 4d910c38e6
Comick.fun: Allow optional description, chapter name (#12518) 2022-07-11 19:42:02 -03:00
Renato 2f16f8c880
Added DemoneCeleste (#12476)
* Added DemoneCeleste

Added the extension for www.demoneceleste.it

* Update

Made some changes as asked:

Modified the images in res/ ,
Removed some useless line from the code (such as useless comments/imports)

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2022-07-10 18:13:36 -04:00
Vetle Ledaal cb60e25ee9
MangaDoom: make status optional (#12515)
* MangaDoom: make status optional

* MangaDoom: update selector
2022-07-10 18:09:53 -04:00
Vetle Ledaal 7f9d69f458
Japanread: fix image fetch requests (#12516) 2022-07-10 18:09:24 -04:00
Vetle Ledaal 4e8f2af17e
Bato.to: add mirrors (#12470)
* Bato.to: add mirrors

* fix versioning
2022-07-08 23:47:48 -04:00
stevenyomi c52e47169b
6Manhua: only parse the first chapter tab (#12433) 2022-07-08 21:46:40 -04:00
Davide 84c3463954
Added MangaworldAdult (#12425)
* Mangaworld to multisrc and added MangaworldAdult

* Fixed Lasted

* Removed unnecessary override
2022-07-03 16:54:57 -03:00
stevenyomi b62e173afc
Pufei: cleanup and extract lib (#12422) 2022-07-03 13:15:05 -03:00
Vetle Ledaal 309881095d
EarlyManga: Fix chapter list parsing (#12421) 2022-07-03 13:14:56 -03:00
Vetle Ledaal 5f9eb38b77
Mangasail: allow optional fields when parsing manga details (#12420) 2022-07-03 13:14:25 -03:00
stevenyomi 4164917567
Add 6Manhua (#12413)
* Add 6Manhua

* extract unpacker library

* point library version to SHA
2022-07-02 23:04:46 -04:00
Vetle Ledaal 8f9e9f634d
Tachidesk: Remove NSFW tag (#12402) 2022-07-02 22:34:11 -04:00
stevenyomi db917760eb
Add BoyLove (#12398) 2022-07-01 20:07:04 -03:00
stevenyomi e399317bf9
Jinmantiantang: fix date parsing and optimize preferences (#12391) 2022-07-01 20:06:49 -03:00
CriosChan 4b6faa8952
Added support for Anime Sama (#12382)
* - First functional version of extension

* - Real icons using as280093 tool

* - New icons with real tools
- Addition and modification of lessandrojean's advice to make it work well
- Manga icons in full HD

Co-authored-by: CriosChan <nc!Mtep&2ovv#7VJoPbUU6ifFu>
2022-07-01 20:06:24 -03:00
stevenyomi 522b8c6293
Remove CopyManga (#12376)
* Remove CopyManga

* add to autocloser
2022-06-30 06:53:12 -03:00
stevenyomi fbb06aadb9
Ganma: cleanup for chapter list and preferences (#12371) 2022-06-29 16:37:19 -03:00
stevenyomi 7bc4e3f647
Pufei Manhua: rewrite, fix bugs, add mirrors and filters (#12360)
* Pufei: rewrite, fix bugs, add mirrors and filters

* intercept some weird responses

* move rate limiter forward
2022-06-29 16:31:34 -03:00
stevenyomi e7f6fd0330
CopyManga: fix prompt, headers and preferences (#12356)
* CopyManga: prompt user to change user agent

* fix headers and optimize preferences

* prevent user from constantly fetching version
2022-06-29 16:31:18 -03:00
stevenyomi 69fa5b4571
CopyManga: add user agent preference (#12348)
* CopyManga: add user agent preference

* replace with vector icons

* add version preference and more headers

* reorder preferences

* hot update referer
2022-06-27 16:59:59 -04:00
stevenyomi 99ff498965
CopyManga: rewrite (#12338)
* CopyManga: rewrite

* update icons

* ensure seamless update

* remove duplicate class
2022-06-27 13:23:38 -03:00
zbue 5f8da8b120
BATO.TO: Change default popular sort by `Most Views Totally` (#12329)
* Change default popular sort

* bump version
2022-06-26 11:16:52 -03:00
GoldenRover da995033e0
Add www to irovedout URL (#12325)
Co-authored-by: GoldenRover <>
2022-06-25 16:30:58 -03:00
stevenyomi 583c37faa1
Bainian Manhua: rewrite, add mirror, filters and rate limit (#12319)
* Bainian Manhua: rewrite, add mirror and filters

* replace buildList with map
2022-06-25 16:30:34 -03:00
stevenyomi 44874fcc1e
CopyManga: stricter rate limit, update user agent (#12313) 2022-06-24 05:14:56 -04:00
Davide 281fc6123c
MCReader: Fixed Lasted manga (#12277)
* MCReader: Fixed Lasted manga

* Revert source name
2022-06-23 22:24:39 -04:00
ThePromidius 33c4b7ff2c
Kavita: Ignore DOH and new sort option (#12303)
* Ignore DOH

* Added item added sort

* Show latest Item Added in Latest Updates

* Bump version and update changelog
2022-06-23 22:23:52 -04:00
resoue c5291f58d0
Remove MangaOwl extension (#12281)
MangaOwl has permanently shutdown.
2022-06-22 09:07:29 -04:00
stevenyomi aeb038c531
[skip ci] Remove Yimmh (#12267) 2022-06-22 05:42:33 -04:00
stevenyomi 3dc8e83d79
SinMH: add Qinqin Manhua, rewrite 57Manhua, refactor (#12270)
* SinMH: add Qinqin Manhua and refactor

* minor refactor

* add sorting filter

* some tiny optimizations

* rewrite Wuqi Manhua

* optimize assets of Wuqi Manhua

* [skip ci] rename extension to 57Manhua
2022-06-22 05:41:55 -04:00
stevenyomi 0253ff3513
Bato.to: fix author and artist parsing (#12271) 2022-06-22 05:41:42 -04:00
funkyhippo c2574260d2
Update stdlib calls to bypass NoClassDefFoundError. (#12274) 2022-06-22 05:41:11 -04:00
Alessandro Jean 27b2d172d4
Refactor the MangaPlus code a bit. (#12262) 2022-06-20 15:20:40 -03:00
lord-ne ea96bab86b
[Manga Plus] Add URL intent for chapter links (#12252)
* [Manga Plus] Add URL intent for chapter links

* Use a when block instead of nested if-else

* Add more descriptive error message
2022-06-20 12:13:26 -03:00
Mylloon 802767a266
Switching Manga-raw.club to mcreader.net (#12181)
* Switching Manga-raw.club to mcreader.net

* Update extVersionCode

* hardcode old ID

* Update icons
2022-06-20 12:13:10 -03:00
nzoba f038d263e5
Mangakawaii: Fix pagination displayed as manga (#12246) 2022-06-19 15:38:53 -04:00
stevenyomi 76da4dda30
MDB multisrc theme (#12237)
* MDB multisrc theme

* Maofly: optimize assets

* ManhuaDB: new icon

* minor change (rerun CI)

* rename additional gradle file

* add rate limit
2022-06-19 15:38:25 -04:00
Ejan 81a8e77845
[RU]ComX Antibot returned detect ( (#12228)
solve works)
2022-06-18 09:40:45 -04:00
stevenyomi 5cf8a7cb9b
Jinmantiantang: update URL, cleanup and refactor (#12184)
* Jinmantiantang: extract SimpleDateFormat instance

* Update URL and bump version

* Cleanup for preferences

* Refactor manga list parse

* some additional cleanups

* fix manga list parsing

Co-authored-by: kasperskier <95685115+kasperskier@users.noreply.github.com>
Co-authored-by: steven-ya <95685115+steven-ya@users.noreply.github.com>
2022-06-18 09:40:11 -04:00
Ejan e8a6799890
[RU]Remanga notEmpty filtered page for load next page (#12227)
* [RU]Remanga notEmpty filtered page for load next page

* -0+
2022-06-17 22:36:59 -04:00
kasperskier 063a884254
CopyManga: user agent and other fixes (#12226)
* CopyManga: user agent and other fixes

* optimize assets
2022-06-17 09:34:00 -04:00
Ejan 349eda78ae
[RU]ComX type/category series (#12223)
* [RU]ComX type/category series

* extVersionCode
2022-06-17 09:32:42 -04:00
MajorTanya 72f14fb4e1
Fix Bato.to status and artist parsing (#12215)
Fixes #12085.
2022-06-17 09:32:26 -04:00
Ejan b11102c1bb
[RU]ComX adult pages solve captcha (#12219)
* [RU]ComX adult pages solve captcha

* extVersionCode

* LICENSED message

* LICENSED 404

* fix logged-in

* normal/full chapter name

* empty chapter name

* chapter_number & simpleDateFormat companion
2022-06-16 23:00:09 -03:00
kasperskier a9bd85d728
Add GANMA! (#12206) 2022-06-16 22:59:58 -03:00
nicki a552234fd3
MangaDex: Add Sort by Rating (#12204)
* Add Sort by Rating to MangaDex Browse

* Increment mangadex.extVersionCode

* Add Portuguese translations for "Rating"

Co-authored-by: Alessandro Jean
<14254807+alessandrojean@users.noreply.github.com>
2022-06-15 11:12:11 -03:00
kasperskier d7f162058f
SinMH: upload date logic, fixes, move YKMH source (#12189)
* SinMH: upload date logic and cleanup

* Fix chapter and page list parse

* SinMH: move, rename and fix Manhuadui -> YKMH

* Fetch categories on popular/latest manga parse

* Change SChapter List sorting

* [skip ci] refine filter prompt
2022-06-15 11:10:49 -03:00
kasperskier 08fd67eff6
Manga Cross, Comic Gamma: refactor (#12186)
* Manga Cross: refactor

* Comic Gamma: refactor
2022-06-13 11:43:54 -03:00
Ejan 5086c99911
[RU]YagamiProject fix chapter_number & searchMangaRequest (#12185)
* [RU]YagamiProject fix chapter_number & searchMangaRequest

* N/A authors

* no "null" description

* href number maybe no float
2022-06-13 11:43:29 -03:00
Ejan 6bbd8b3375
[RU]Desu status smart (#12182)
* [RU]Desu status smart

* no adult
2022-06-13 11:42:50 -03:00
kasperskier cff72ef4ce
Roumanwu: chapter upload date logic and cleanup (#12169) 2022-06-12 11:17:41 -03:00
kasperskier 4ed2c3d31e
Terra Historicus: improve parsing and upload date logic (#12167) 2022-06-12 11:17:30 -03:00
Ejan a561eaa219
[RU]Remanga latestUpdates quality covers & status 1.3 (#12157) 2022-06-11 11:37:58 -04:00
Ejan 0121ced4ef
[RU]ComX fix pages (#12146)
* [RU]ComX fix pages

* popularMangaRequest is searchMangaRequest

* pageParameter
2022-06-10 13:23:19 -04:00
nicki a07efca470
MangaDex: Readme update, Add Latin, and Search sort (#12144)
* Arrange code as used in FilterList

just to improve readability
also kept related things together (like OriginalLanguage related methods)

* Match default Sort with what frontend uses

Searching on the website uses /manga?order[relevance]=desc
This commit matches to that

* Arrange lang sources alphabetically

atleast makes it a bit easy to see if a language exists

* Remove MangaDex (Other)

its been throwing HTTP Forbidden Error since locale checks were added
for translatedLanguages. There are no plans to actually support them in
the future nor are there users using it (since there were no reports)

* Add MangaDex (Latin)

newly created chapter language
has only two (April Fools) translated chapters for now

* Add a section on Manga Status in MangaDex Readme

* Increment mangadex.extVersionCode
2022-06-09 19:21:22 -03:00
Alessandro Jean b4479cbd20
Fix wrong chapter list order in AS. (#12140) 2022-06-09 15:24:16 -03:00
Ejan 9cc3a03778
[RU]ComX Filters & Fixes (#12137)
* [RU]ComX Filters & Fixes

* extVersionCode

* ratingStar and description styling

* fix detect 18+

* latest next page

* optimization (no used)
2022-06-09 15:24:10 -03:00
Román ca32efdfa6
[RU] MangaClub: Update status to extensions-lib 1.3 (#12129)
* [RU] MangaClub: Update status to extensions-lib 1.3

* [RU] MangaClub: Fix statuses

Co-authored-by: RomanRozhenkov <Rozhenkov20@gmail.com>
2022-06-09 15:24:04 -03:00
Ejan 256b11597f
[RU]MultiChan (MangaChan, HenChan, YaoiChan) (#12125)
* [RU]MultiChan (MangaChan, HenChan, YaoiChan)

* id

* simpleDateFormat
2022-06-09 15:23:57 -03:00
Alessandro Jean b197d624f9
Tweak MangaDex status handling to match Neko and SY behavior. (#12123) 2022-06-07 21:47:10 -03:00
Alessandro Jean 1de4b7e286
Add support to the cancelled status in TaoSect. (#12122) 2022-06-07 21:46:56 -03:00
Alessandro Jean 2174c37710
Fix VIZ wrong chapter order. (#12119) 2022-06-07 20:49:56 -03:00
Alessandro Jean 1bab1f6b55
Fix MH not working due to theme change. (#12117) 2022-06-07 20:49:48 -03:00
Alessandro Jean 1c873f63ab
Fix chapters not loading in AS (closes #11950). (#12116) 2022-06-07 20:49:41 -03:00
Ejan e2fbf8c3d0
[RU]GroupLe (ReadManga, MintManga, SelfManga, AllHentai + RuMIX) (#12112)
* [RU]GroupLe (ReadManga, MintManga, SelfManga, AllHentai)

* fix empty katalog

* new source RuMIX

* icon style
2022-06-07 20:49:33 -03:00
Ejan 20f2a5e67a
[RU]Multi Lib (MangaLib and HentaiLib) + fixes/updates (#12104) 2022-06-07 06:12:22 -04:00
arkon d33f0fe903 Bump versions for individual extension with URL handler activities 2022-06-06 21:03:06 -04:00
Maxim Molochkov ee8efb1c4e
[RU] Mangachan - Return "Latest" (#12098) 2022-06-06 19:46:19 -04:00
kasperskier 68f61ca058
Baozimanhua: upload date logic and cleanup (#12101) 2022-06-06 19:45:47 -04:00
arkon 26e64a36fe
Fix URL handler activities (#12093) 2022-06-06 18:45:48 -04:00
FlaminSarge d74e4708d7
[Mangadex] Fix uploader username handling (#12096) 2022-06-06 13:25:31 -03:00
arkon 93e6774da0
Refactor to use app-provided rate limiting interceptors (#12088) 2022-06-05 17:24:05 -04:00
arkon 341d067afc
Refactor to use app-provided rate limiting interceptors (#12087) 2022-06-05 16:33:49 -04:00
arkon 86d04b11b7
[skip ci] Address some compiler deprecation warnings (#12086) 2022-06-05 16:07:57 -04:00
arkon a8cb5c2794
Mark self-hosted sources as unmetered (#12077) 2022-06-05 11:49:11 -04:00
arkon a578edb82c
Update to extensions-lib 1.3 (#11878) 2022-06-05 09:49:54 -04:00
kasperskier 42e6a5064f
Baozimanhua: fix page list parse (#12064)
* Baozimanhua: fix page list parse

* Baozimanhua: make interceptor singleton

* Baozimanhua: remove some overhead in interceptor
2022-06-04 20:38:34 -04:00
Vetle Ledaal 589254ae23
BakaManga multisrc (#12005)
* add BakaManga multisrc

* add icons

* add run file
2022-06-04 12:43:49 -04:00
kasperskier b839e33b94
Jinmantiantang: update mirror URLs and refactor (#12059)
* Jinmantiantang: update mirror URLs

* Jinmantiantang: optimize assets

* Jinmantiantang: extract interceptor and cleanup

* Jinmantiantang: make interceptor singleton
2022-06-04 12:42:26 -04:00
kasperskier 210441d05f
Add Roumanwu (#12050) 2022-06-03 07:15:42 -04:00
lord-ne 143f6cc3c9
[Dynasty] Update chapter regex (#12037)
* Allow underscores in chapter numbers

* Update extVersionCode
2022-06-02 17:48:12 -04:00
Yan 749d46bfdf
Zerobyw: Update baseUrl (#12048) 2022-06-02 17:47:47 -04:00
zyrif 1f591f4e23
Bato.to: Fix no pages found error (#12035)
* Bato.to: Fix no pages found error

* Bump extension version

* Update Changelog
2022-06-01 06:58:18 -04:00
kasperskier db0c2d7646
Make date formatters thread-safe (#12014) 2022-05-31 22:42:46 -04:00
Ejan b62fe0d0e0
[RU]Lib control hiding chapters (#12001)
* [RU]Lib control hiding chapters

* no mixing

* sort right

* scanlator optional

* replacing the largest mode

* duble

* duble 2

* more true scanlator

* fix mobile parse

* fix

* fix getScanlatorTeamName

* more scanlator group

* too rare

* solo scanlate

* sort sync

* black list
2022-05-31 22:40:33 -04:00
kasperskier c388889e02
Xinmeitulu: intercept to fix media type of image response body (#11999)
* Xinmeitulu: intercept to fix media type of image response body

* Move interceptor into companion object
2022-05-31 22:35:48 -04:00
Ejan df7a1d6a33
[RU]mhentai delete (#12018) 2022-05-31 22:34:09 -04:00
kasperskier bf5ec6386e
Delay filter list requests (#12000) 2022-05-28 06:05:06 -04:00
kasperskier 50f1eb1770
fix: surround filter requests with try-catch to avoid crash (#11997)
* fix: surround filter requests with try-catch to avoid crash

* Manga Cross: use Date's property syntax
2022-05-27 21:49:43 -04:00
kasperskier d1abd5cf30
Baozimanhua: various cleanup and fixes (#11991) 2022-05-27 08:03:07 -04:00
lord-ne e22adc0fc9
Delete Comikey Extension (#11971) 2022-05-26 13:20:29 -04:00
Ejan b0de29f4ad
[RU]Manga-online.biz delete (#11981) 2022-05-26 06:29:21 -04:00
lord-ne 723bce9a5a
Also search series from chapter links (#11970) 2022-05-26 06:29:11 -04:00
Ejan 26be465c84
[RU]Newbie hearts/likes rating (#11960)
* [RU]Newbie hearts/likes rating

* System http agent
2022-05-26 06:28:50 -04:00
kasperskier 83ca11a3c4
Junmeitu: rename source (#11958) 2022-05-26 06:28:41 -04:00
kasperskier e88c2d2f14
Add Xinmeitulu (#11956)
* Add Xinmei tulu

* Xinmeitulu: cleanup

Co-authored-by: jopejoe1 <34899572+jopejoe1@users.noreply.github.com>
2022-05-26 06:27:59 -04:00
kasperskier fbe4571aa1
Add multisrc theme SinMH (#11947)
* Add multisrc theme SinMH

* SinMH: optimize assets

* SinMH: add run configuration
2022-05-26 06:27:33 -04:00
kasperskier bdeafa7883
Add Manga Cross (#11936)
* Add Manga Cross

* Manga Cross: show chapter end date in scanlator field

* Manga Cross: set next date to 10 am JST
2022-05-23 20:11:12 -04:00
nzoba 028344b84a
Change Mangakawaii urls (#11938) 2022-05-23 20:10:21 -04:00
Ejan b227fd2e39
[RU]Newbie search fix (#11942)
* begin fix search

* filters

* filters+

* require_chapters

* search as match

* 18+

* structure Dto
2022-05-23 20:10:14 -04:00
anenasa 2236605211
Add Iqiyi (#11946) 2022-05-23 20:10:05 -04:00
Ejan 64304b6c28
[RU]Grouple HD cover (#11931) 2022-05-21 19:48:33 -03:00
anenasa 9d058adbf9
Add Maofly (#11930) 2022-05-21 19:48:27 -03:00
Ejan 095c33be4e
[RU]WebOfComics more works chapters (#11926) 2022-05-21 19:48:12 -03:00
Alessandro Jean cb9a898787
Add support to i18n in MangaDex (#11901)
* Add support to i18n in MangaDex.

* Update the filters and lint some stuff.

* Reword 'tags' into 'tags mode' in the filter
2022-05-21 19:47:24 -03:00
anenasa 7c130f1bc9
Qimiaomh: Fixes (#11915)
1. Implement search
2. Fix manga title
3. Add chapter upload date
4. Fix page list
2022-05-20 18:22:32 -03:00
Maxim Molochkov cacee499cc
[RU] Henchan - Update url and return "Latest" (#11905) 2022-05-20 18:22:18 -03:00
kasperskier 5716819a8d
Remove Tohomh123 (#11896) 2022-05-17 19:53:24 -03:00
kasperskier c90e34cc7d
Baozimanhua: raise banner detection diff-threshold (#11891) 2022-05-17 19:52:58 -03:00
Alessandro Jean 767ffcbe1c
Add support to i18n in MangaPlus. (#11890) 2022-05-17 19:52:48 -03:00
specterflare 6cea7d4079
Update Mangaku domain (#11885)
* Update site address

* Update version code
2022-05-16 15:53:27 -03:00
Skitty 37044b9fb1
Fix MangaReader filters (#11875) 2022-05-16 15:53:20 -03:00
kasperskier 7da7b98b82
Remove Hanhankuman (#11872) 2022-05-16 15:53:11 -03:00
kasperskier e35dbfb57d
Baozimanhua: fix metadata, remove banner and add mirror preference (#11864)
* Baozimanhua: fix metadata and remove banner

* Baozimanhua: add preference to set mirror URL

* Baozimanhua: add changelog

* Baozimanhua: recycle banner bitmap

* Baozimanhua: update selector and URL
2022-05-16 15:52:48 -03:00
anenasa f9560eff2b
Happymh: Do not show images from next chapter (#11863) 2022-05-16 15:52:34 -03:00
Ejan 1e922cfdcc
[RU]WebOfComics filters (#11860)
* WIP[RU]WebOfComics filters

* + filters

* i break (fix)

* Publishers

* general section Header

* ratingStar

* style description

* sort for usability

* filter icon

* typo

* new type chapterListRequest

* change type selecting

* chapter_number #,tom,chapter different numbering
2022-05-16 15:52:26 -03:00
eientei95 5238fd7200
Remove mangaeden and perveden (#11861) 2022-05-14 12:50:51 -03:00
kasperskier 819108ff03
Terra Historicus source (#11842)
* Terra Historicus source

* Terra Historicus: use English for extension name
2022-05-13 15:53:02 -03:00
kasperskier e679306cd7
MCCMS multisrc theme (#11839)
* MCCMS multisrc theme

* MCCMS: use English for extension names
2022-05-13 15:52:46 -03:00
Alessandro Jean d4af6170be
Remove some dead Indonesian sources (#11816)
* Remove some dead Indonesian sources.

* Re-remove one source after the merge conflict fix.
2022-05-11 20:34:24 -03:00
Skitty 8d76062832
Add MangaReader Extension (#11811)
* Add MangaReader extension

* Add quality preference

* Fix text search

* Unscramble images

* Implement requested changes

- Only un-shuffle shuffled images
- Update icons

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2022-05-11 20:34:15 -03:00
Alessandro Jean adb8b29dda
Split Bilibili and make it multisrc. (#11815) 2022-05-11 15:52:34 -03:00
Ejan 4f1d0b6517
[RU]WebOfComics (#11814)
* WebOfComics

* partial image parsing

* page img more

* typos

* mangaDetails

* search

* popular new page more comics

* LICENSED

* site remembers last POST request  sorting

* empty author

* date

* more work chapter

* subPage (more work chapter)

* until pages (more work chapter)

* another one uploadUrl

* control quantity parse

* date companion
2022-05-11 15:52:28 -03:00
Ejan 4e9f670523
alt eng title & hide empty(not has translated) chapter (#11804) 2022-05-11 15:52:18 -03:00
nzoba 8f06e8b651
Few fixes chapters MangaKawaii (#11785)
* Few fixes chapters MangaKawaii

* Removes log import
2022-05-09 19:48:59 -03:00
Ejan 51b2cc75b5
[RU]UniComics Events & Filters parse (break id/url in library) (#11781)
* [RU]UniComics filters

* filter list

* extVersionCode

* no blank search

* baseDefaultUrl

* simple CheckboxCaptcha

* Events parse/filters (break id/url in library)

* search fixes

* only

* toUpperCase

* fix/change chapter naming

* chapter_number substringAfterLast

* fix open WebView
2022-05-09 09:14:13 -04:00
anenasa 93054925ae
Wuqimanga: Fixes (#11782)
1. Update baseUrl
2. Add preference screen for selecting image server
3. Support latest manga
4. Fix popular manga only showing first page
5. Fix searchMangaNextPageSelector
6. Fix manga description
7. Fix page list parsing
8. Remove unused overrides
2022-05-09 09:14:02 -04:00
GoldenRover 6bd22b20b0
I Roved Out: Fix loading last page (#11790)
* Simplify page selector

* Bump irovedout version

Co-authored-by: GoldenRover <>
2022-05-09 08:49:43 -04:00
borsh1337 da48fe4ae5
Henchan: update domain url (#11771)
* Update build.gradle

* Update Henchan.kt
2022-05-07 22:16:35 -03:00
Ejan 6d282d3c80
[RU]Desu filter empty chapters (#11769)
* [RU]Desu filter empty chapters

* back old if
2022-05-07 22:16:24 -03:00
Promchai Chooseang c9edc9eb42
Change to new URL (#11762) 2022-05-06 18:28:14 -03:00
Alessandro Jean 9bff18b1fd
Replace Exception with IOException in interceptors to avoid crashes. (#11761) 2022-05-06 18:27:53 -03:00
Alexander Chernov 7d7e3d6f03
fix: readmangatoday changed theme (#11755) 2022-05-06 14:17:25 -03:00
Ejan a53b7b3c1e
[RU]UniComics External Search (#11731)
* [RU]UniComics External Search

* error404

* reduce amount of duplicate searches

* empty chapters name filler

* more reduce duplicate

* only end

* more exception

* clean

* message bot spam

* for easy debug

* Open captcha Yandex search engine

* message spam change

* more exception link reformat

* optimize url format

* -section
2022-05-06 14:17:18 -03:00
Ejan cd8eda18db
[RU]Hentailib: Crashing Tachiyomi (#11759) 2022-05-06 14:17:01 -03:00
Alessandro Jean 6afdc59180
Move the paid title warning location in Bilibili. (#11747) 2022-05-05 19:37:47 -03:00
Broccoli a4da018f9f
Reverse chapter list order of baimangu (#11733) 2022-05-05 19:37:40 -03:00
sinnghabhay80 c32f049eb1
Fixed Title showing genre, added status(ongoing/complete) and added announcements (Tapas Extension) (#11715)
* Minor Fixes

* Minor Fixes

* Fixed Title showing genre, added status(ongoing/complete) and added announcements

* acted on the review

Co-authored-by: Abhay Singh <sinnghabhay80@gmail.com>
2022-05-05 19:37:32 -03:00
Basara-Hatake 3102383317
nhentai remove id check (#11721) 2022-05-03 17:53:46 -03:00
Alexander Chernov ea48dbc870
fix: jmana changed image selector (#11714) 2022-05-03 13:18:54 -03:00
Ejan 37565f0925
[RU]Grouple exclusion of planned chapters (#11712)
* [RU]Grouple exclusion of planned chapters

* category priority
2022-05-03 13:18:41 -03:00
eientei95 6feef81ed7
ManhwasNet: Fix images not being found error reported in Discord (#11710)
* ManhwasNet: Fix images not found

* bleh
2022-05-03 13:18:33 -03:00
Broccoli 9340d2df64
Add baimangu source (#11702)
* Add baimangu

* Update codes from suggestion
2022-05-03 13:18:25 -03:00
Ejan 4f619dcfe6
[RU]UniComics (#11695)
* [RU]UniComics

* pages

* fix error string number

* all chapters

* Without Search (for normal no possibility )

* extName

* more detailed message

* «»

* manga title duplicate chapter name

* fixes

* real order (reversed)

* fix double request of the first page

* definition/limitation of single page

* icon
2022-05-03 13:18:14 -03:00
Alessandro Jean 272d00b352
Migrate HC to Madara. (#11689) 2022-05-01 18:13:08 -03:00
anenasa 64bda21dd9
Add Happymh (#11680) 2022-04-30 10:00:19 -04:00
Ejan 16eaf905e4
[RU]Lib Latest use Json (#11681)
* [RU]Mangalib Latest use Json

* [RU]Hentailib Latest use Json

* fix non Primitive
2022-04-30 09:59:15 -04:00
Alessandro Jean 9369caa588
Show better Google Drive error messages on MMK. (#11664) 2022-04-29 19:42:07 -03:00
Alessandro Jean 10aaeb245e
Show better Google Drive error messages on TS. (#11663) 2022-04-29 19:41:58 -03:00
Alexander Chernov af6289c0c7
fix: manta comix loading chapters in reverse orders (#11643) 2022-04-29 15:46:50 -03:00
Alexander Chernov 9070a0f4af
fix: theme change on manhwamanga (#11619)
* fix: theme change on manhwamanga

* Update src/en/manhwamanga/src/eu/kanade/tachiyomi/extension/en/manhwamanga/ManhwaManga.kt

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* Update src/en/manhwamanga/src/eu/kanade/tachiyomi/extension/en/manhwamanga/ManhwaManga.kt

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* fixes: reviews

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2022-04-26 14:15:42 -03:00
FourTOne5 40fab1d9b5
Yeet Hitomi (#11613) 2022-04-25 19:55:48 -03:00
Davide 033168afb8
Manga-Raw.club: Improvements (#11607) 2022-04-25 13:56:10 -03:00
anenasa 42dc072985
Remove zh/comico (#11596) 2022-04-24 14:05:38 -03:00
Riztard Lanthorn 2b900dad0a
MangaPlex: add source (#11582)
* mangaplex v1

* v2

using search page as chapter list

* v2.1

update selector, filtering non real manga

* a

* icon

* Update src/en/mangaplex/src/eu/kanade/tachiyomi/extension/en/mangaplex/MangaPlex.kt

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* Update src/en/mangaplex/src/eu/kanade/tachiyomi/extension/en/mangaplex/MangaPlex.kt

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* Update src/en/mangaplex/src/eu/kanade/tachiyomi/extension/en/mangaplex/MangaPlex.kt

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

* update chapter naming

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2022-04-24 14:05:26 -03:00
GoldenRover e4e83072e5
Add source: I Roved Out (#11590)
* Implement I Roved Out

* Switch to slated icons

Co-authored-by: GoldenRover <>
2022-04-23 21:02:17 -03:00
arkon f94099b8e8 Revert "Update to extensions-lib 1.3 (#11298)"
This reverts commit 67263a106b.
2022-04-23 18:25:56 -04:00
arkon 67263a106b
Update to extensions-lib 1.3 (#11298) 2022-04-23 17:40:04 -04:00
Alexander Chernov 8a3127a139
fix: tweak zinchanmanga ratelimit (#11565)
* fix: tweak zinchanmanga ratelimit

* Update src/en/zinchanmanga/src/eu/kanade/tachiyomi/extension/en/zinchanmanga/ZinChanManga.kt

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* Update src/en/zinchanmanga/src/eu/kanade/tachiyomi/extension/en/zinchanmanga/ZinChanManga.kt

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2022-04-22 09:23:46 -04:00
Alexander Chernov 9a11eb1c0d
feat: henchan changed domain (#11553) 2022-04-21 16:41:00 -03:00
anenasa 1bf3540a5c
Picacomic: Fix page index (#11550)
Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2022-04-21 06:35:06 -04:00
Riztard Lanthorn 43c9649974
MangaTown: fix images loading (#11547) 2022-04-21 06:34:39 -04:00
Ejan 3c7b01ba42
[RU]Lib correction criterion imageContentType (#11546) 2022-04-21 06:34:31 -04:00
zhongfly 9d238759a5
Haomanwu: Fix manga detail title (#11538) 2022-04-21 06:34:23 -04:00
anenasa 1e0473d8bd
Zerobyw: Update baseUrl (#11536) 2022-04-21 06:34:16 -04:00
Ejan c6e2e1eba1
[RU]Remanga latestUpdates rebirth (#11534)
* [RU]Remanga latestUpdates rebirth

* update User-Agent

* correction string

* correction criterion imageContentType
2022-04-21 06:34:07 -04:00
Riztard Lanthorn de019d7ad4
MangaHere: fix images issue (#11542)
add referer to header
remove unused artist
2022-04-20 14:23:10 -04:00
Ejan b1e252455f
[RU]Lib fix mobile parse in #11516 (#11520)
* [RU]Lib fix mobile parse in #11516

* authorization message

* other error

* lost
2022-04-19 18:55:19 -03:00