942 Commits

Author SHA1 Message Date
AntsyLich
765647cf5f
9Hentai: Fix download page number broken (#13668) 2022-10-01 09:03:31 -03:00
Vetle Ledaal
758c7d14b0
Tapas: force desktop User-Agent, add changelog (#13665)
* Tapas: force desktop User-Agent

* Add `CHANGELOG.md`

* isNsfw = true
2022-10-01 09:03:07 -03:00
Alessandro Jean
0710868ecc
Add SMA-17 to SilentMangaAudition. (#13649) 2022-09-30 14:11:43 -03:00
AntsyLich
d68ff1afce
Cleanup 9Hentai (#13642)
* Cleanup 9Hentai

* Recache cover when total page count changes
2022-09-30 14:10:36 -03:00
Riztard Lanthorn
35d09dc3b2
ComicExtra: fix pagination in browse & latest (#13636)
closes #13635
2022-09-30 14:10:08 -03:00
SuperCoolGuy855
31f933ff08
MyHentaiGallery: Fix broken thumbnail_url in mangaDetailsParse (#13627)
* Remove broken thumbnail_url in mangaDetailsParse

* Add back thumbnail_url
2022-09-29 14:16:45 -03:00
Hedel Nasser
bef4915f29
Fixed Dynasty-Doujins Selectors (#13615)
Co-authored-by: Th3-822 <Th3-822@users.noreply.github.com>
2022-09-29 11:25:43 -03:00
stevenyomi
850c93aae1
Remove Manga-Flix and Manga Mutiny (#13581)
* Remove Manga-Flix and Manga Mutiny

* use URL for autocloser regex

* fix yaml escape

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2022-09-26 18:44:02 -03:00
Alessandro Jean
ad7c766be2
Fix missing titles in Viz Shonen Jump. (#13516) 2022-09-19 16:27:36 -03:00
dec05eba
ebe881ee51
Fix mangakatana finding only 1 page (#13501)
Try to find the actual variable that is used for images
instead of using a hardcoded variable name.

Closes #13486
2022-09-19 10:39:13 -03:00
happywillow0
65ebb9bf7b
Hiveworks - Add Awkward-zombie support (#13479)
* Update Hiveworks.kt

* Fixes Webview

Opens the correct page when using the webview button.

* Update build.gradle
2022-09-16 10:17:43 -04:00
Vetle Ledaal
898c9457ae
Remove broken extensions (#13451)
* Remove extensions with no A record

* Remove extensions with expired domain

* Remove extensions where DNS returns SERVFAIL
2022-09-12 22:31:30 -04:00
AntsyLich
e4fc530b0a
Remove HomeHeroScans (#13400)
Images are returned in batch which is incompatible with Tachi's architecture.

They upload to MangaDex too with 0 delay so better to read there.

P.S. Ext is broken for like a month
2022-09-08 18:11:22 -03:00
Vetle Ledaal
b56fe66fce
Remove Koushoku (#13329) 2022-09-02 20:14:16 -04:00
altaccosc
356849909c
Fix Webtoons & Tapas Author's Notes (#13304)
* Bump Webtoons extension version

* Fix author's note API

* Bump Tapas extension version

* Fix author's note API

* Tapas: Render author's note image locally

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

* Tapas: Add new dependency to gradle

* Tapas: revert dependency addition 94473a2

* Tapas: StaticLayout.draw without dependency

* Webtoons: Render author's note image locally

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

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2022-09-02 15:47:49 -03:00
happywillow0
a6a6be6844
Fix (#13276)
Fixes #13275
Updates element selector for pageListParse
Updates baseUrl
2022-08-30 22:36:40 -04: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
Davide
5e844c5aef
MCReader: Fix manga description (#13126) 2022-08-22 12:30:58 -03: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
Davide
254dbb2bf7
Fixed manga description (#13084) 2022-08-19 15:18:56 -03:00
Vetle Ledaal
50221eb16f
unyeet ReadComicOnline (#13059)
* Revert "yeet (#11407)"

This reverts commit db1685b912bfd3e6e566ec72243b6d778e83cbaf.

* 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
AntsyLich
e96fd22d30
Remove usage of Duktape (#13048) 2022-08-17 12:14:06 -04:00
Vetle Ledaal
415bcb5316
update rate limit, allow unknown sizes, update for site changes (#12922) 2022-08-09 21:25:41 -04: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
Riztard Lanthorn
69e52b7e0c
Webnovel.com: fix title & thumbnail issue (#12875)
closes #12860
2022-08-06 18:31:38 -03: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
Vetle Ledaal
26fa0af501
Koushoku: fix temp ban again (#12825) 2022-07-31 13:12:19 -03:00
Vetle Ledaal
d620ed8e3a
Koushoku: fix temp ban (#12816) 2022-07-31 09:08:11 -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
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
Vetle Ledaal
a9a32bc6ac
Koushoku: fix page selector (#12650) 2022-07-20 22:35:06 -04:00
MatchaSoba
1068bdc8dc
Koushoku: Improve query building (#12612) 2022-07-17 10:19:38 -04:00
MatchaSoba
d3ffa1b541
Koushoku: Added more filters (#12582) 2022-07-16 11:10:15 -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
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
GoldenRover
da995033e0
Add www to irovedout URL (#12325)
Co-authored-by: GoldenRover <>
2022-06-25 16:30:58 -03:00
Davide
281fc6123c
MCReader: Fixed Lasted manga (#12277)
* MCReader: Fixed Lasted manga

* Revert source name
2022-06-23 22:24:39 -04:00
resoue
c5291f58d0
Remove MangaOwl extension (#12281)
MangaOwl has permanently shutdown.
2022-06-22 09:07:29 -04: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
Alessandro Jean
2174c37710
Fix VIZ wrong chapter order. (#12119) 2022-06-07 20:49:56 -03:00
arkon
d33f0fe903 Bump versions for individual extension with URL handler activities 2022-06-06 21:03:06 -04: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