Commit Graph

1354 Commits

Author SHA1 Message Date
beerpsi a155c1ce0c
you know what it is (#15175)
* you know what it is

* bump version

* filter out the loading animation
2023-01-29 22:18:43 -05:00
Eshlender b6bb3e28bf
[RU]LibGroup fix covers catalog (#15165) 2023-01-29 12:57:12 -03:00
beerpsi 1213241bb6
[constellar] wow another one (#15164)
* at some point this gonna surpass asura

* unused code

* useless assignment
2023-01-29 01:20:15 -03:00
beerpsi a0b7256c71
[ConstellarScans] fix page list (#15161)
* [ConstellarScans] fix page list

* override version 10 yay

* remove logging
2023-01-28 16:26:07 -03:00
beerpsi 24e5d03a62
[ImmortalUpdates] Update descrambling logic (#15157)
* [ImmortalUpdates] Update descrambling logic

* Bump version
2023-01-28 09:36:58 -03:00
Eshlender 9b3420734e
[RU]GroupLe fix search (#15155) 2023-01-28 09:36:48 -03:00
beerpsi 5aca475914
[ConstellarScans] it's webview time (#15154)
* [ConstellarScans] it's webview time

* trim dead code

* remove unused imports
2023-01-28 09:36:38 -03:00
Alessandro Jean 85e28435b2
Update YM URL and fix some images not loading. (#15153) 2023-01-27 20:51:27 -03:00
Alessandro Jean 900a44839d
Fix bad URLs and missing pages in SS. (#15149) 2023-01-27 17:07:36 -03:00
Alessandro Jean 42720260d1
Fix missing chapters in HT. (#15147) 2023-01-27 17:07:11 -03:00
Alessandro Jean 3041b60615
Update YF URL. (#15146) 2023-01-27 17:07:00 -03:00
Eshlender 6a80b09a08
[RU]GroupLe fix pages (#15144) 2023-01-27 17:06:41 -03:00
beerpsi ff22db6290
Change method of work (#15140)
* Change method of work

* always update bytecode
2023-01-27 17:06:33 -03:00
mobi2002 d67b542c21
remove imperfect comics (#15137) 2023-01-27 17:06:23 -03:00
Vetle Ledaal 0dbdf173b8
Add missing headers (#15138) 2023-01-27 07:31:13 -05:00
Vetle Ledaal 398897a16a
Add missing headers (#15136)
* Add missing headers

* update rate limit

* retry CI

Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2023-01-27 07:04:59 -05:00
specterflare cf28b0f61c
Update Hiperdex domain (#15122)
* Update domain

* Update domain and version code
2023-01-26 21:02:55 -03:00
stevenyomi 5e91d36be0
Remove Maofly (#15108)
This reverts commit 181e3c0f07.
2023-01-25 13:46:54 -05:00
are-are-are b9b216e4db
Update URL PopularManga & LatestUpdate Request HentaiCB (#15107) 2023-01-25 13:46:43 -05:00
mobi2002 f35ee5dfaf
Remove Mangazuki (#15099)
* remove mangazuki

* remove mangazuki assets
2023-01-25 13:46:27 -05:00
Vetle Ledaal 49b3aee5f7
Madara: fix broken referer header (#15096) 2023-01-25 13:46:08 -05:00
jailbreak-bypass-forms 84a1235b5d
fix page list (#15098)
* fix page list

* guard with whitespace

* replace http with https to skip 301s
2023-01-25 05:32:11 -05:00
beerpsi dfcd66b3fc
[MangaThemesia + ConstellarScans] Add trailing slashes to URLs; stricter checking for decoding keys (#15088)
* [MangaThemesia] Append a trailing slash to requests to avoid 301s

* [ConstellarScans] Don't trust their keys

* whoops

* this is just for you TheRunningRiot

* [MangaThemesia] Return proper URL when searching by URL
2023-01-24 12:55:43 -05:00
beerpsi 8f3170f80a
[ImmortalUpdates] Fix images being inverted by mistake (#15082)
* [ImmortalUpdates] Fix images being inverted by mistake

* whoops

* use HttpUrl.Builder.fragment

* oops bleh
2023-01-24 05:46:19 -05:00
beerpsi 731a406861
[ConstellarScans] changed their key format again (#15076)
* a

* bump version

* shenanigans beget shenanigans

* idk

* what's a lookup string

* make regex less greedy

* fighto!!!!!

* fix more shenanigans that emerged while this stuff isn't merged

* comments

* wrong place to trim

* be more specific with exceptions

* fix conflicting imports

* more generic regex

* dont need regex comments

* fix docs

* fix complaints about shadowing
2023-01-24 05:45:51 -05:00
beerpsi ca789eca79
[Madara] Decrypt image list for Amuy and Cerise Scans (#14876)
* madata: add chapter image list decryption

* add final newline

* Exit early if there's no chapter protection

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

* Change approach to individual sources

multisrc doesn't like external dependencies

* unbump baseversioncode

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2023-01-23 00:39:45 -03:00
beerpsi 589f46de0b
[Otaku Sanctuary] Move back to main endpoint for fetching chapter pages (#15062)
* [Otaku Sanctuary] Move back to main endpoint for fetching chapter pages

* tfw you write code at 2AM
2023-01-22 07:31:05 -05:00
adaexec c578c2663b
Revert TritiniaScans url again (#15063)
They changed it back to .org

Undoes #14854 (but bumps overrideVersionCode).
This change closes #14973

Checklist:
- [ ] Updated extVersionCode value in build.gradle for individual extensions
- [x] Updated overrideVersionCode or baseVersionCode as needed for all multisrc extensions
- [x] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [ ] Added the isNsfw = true flag in build.gradle when appropriate
- [x] Have not changed source names
- [ ] Have explicitly kept the id if a source's name or language were changed
- [x] Have tested the modifications by compiling and running the extension through Android Studio
2023-01-22 07:30:57 -05:00
beerpsi 8ae6bdca68
make requests as browser-like as possible (#15067)
* make requests as browser-like as possible

* bump version

* upgrade-insecure-requests

* useragent fuckeries

* don't use tachi's user-agents.json

* trim dead code

* fix funky AS formatting

* filter out unwated UAs

* randomizer randomizer

* mom look at this funny file

* filter user agents

* Change revision of UA_DB_URL
2023-01-22 09:22:16 -03:00
beerpsi 31095de83b
add extra headers to page list request (#15047)
* add extra headers to page list request

* what's that line doing there

* bump

* fix sec-fetch-site value, add sec-fetch-user

* make exception clearer
2023-01-21 16:53:02 -05:00
beerpsi 2d9e3740fb
[Mangauptocats] update base URL (#15049)
* [Mangauptocats] update base URL

* bump version in generator
2023-01-21 16:52:49 -05:00
beerpsi 3af394fe1c
[PianManga] update base URL (#15050) 2023-01-21 16:52:38 -05:00
beerpsi fe093b3eac
[ConstellarScans] use mobile UA for requesting page list (#15044) 2023-01-20 12:51:55 -05:00
beerpsi 2c306a4da4
[ConstellarScans] Move Paint into descrambleImage to prevent CI failure (#15042)
* [ConstellarScans] Move invertingPaint into descrambleImage to prevent CI failure

* bump version

* Revert "bump version"

This reverts commit 9bc23e426b78c03225e56998d64ea8520bab4d49.
2023-01-20 10:49:09 -05:00
beerpsi 33f368283d
[ConstellarScans] Descramble images, decode page URLs, add rate limit (#15034)
* [ConstellarScans] Descramble and invert images

* lower requirement for decryption key

* use regex to find decryption key

* make it 0 or more

* put regex in companion object

* tweak regex

* fix: use url fragment

* add rate limit (1/2s)
2023-01-20 10:12:49 -05:00
AntsyLich 8fc0dbaf60
Unyeet MangaSwat (#15028) 2023-01-19 09:52:20 -05:00
Davide 57ad7c1174
MangaThemesia: trim manga description (#15023) 2023-01-19 07:16:01 -05:00
seew3l f74b23e3ea
DatGarScanlation: Update selectors (#15013)
* DatGarScanlation: Update selectors

* Add requested changes

* Lint
2023-01-18 17:18:14 -05:00
specterflare c28bee3708
Update Hiperdex domain (#15003)
* Update domain

* Update domain and version code
2023-01-18 17:16:36 -05:00
stevenyomi 451d208d0e
Fix error in removing dead sources (#15017) 2023-01-18 16:09:39 -05:00
stevenyomi a37ff2559e
Remove dead sources (#15016)
* Remove dead sources

* update multisrc
2023-01-18 15:32:53 -05:00
Vetle Ledaal 1a872374c3
Adult Webtoon: fix pagination (#14998) 2023-01-17 14:15:58 -05:00
Fabien Pichon 57d569398c
change BaseUrl (#14962) 2023-01-17 06:40:08 -05:00
MCry 1cf78d8623
Updated baseUrl for Azora Source (#14980)
* updated baseUrl for Azora source

* updated overrideVersionCode for Azora source

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/madara/MadaraGenerator.kt

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

* Update multisrc/overrides/madara/azora/src/Azora.kt

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

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-01-17 06:39:44 -05:00
Vetle Ledaal 3e0a6dcaca
MadTheme: rework CDN logic (#14969)
* MadTheme: rework CDN logic

* fix unused import
2023-01-17 06:37:21 -05:00
beerpsi 5299ba7da5
CoffeeManga: Change base URL (#14990) 2023-01-17 06:20:48 -05:00
Alessandro Jean a258a213c2
Remove MangaSwat. (#14940) 2023-01-14 11:46:19 -03:00
beerpsi d8fef95969
IU: descramble images (#14917)
* iu: descramble images

* bump overrideversioncode

* add comments

* merge iu_descramble and args

* docs

* make all Fs lowercase

* fix according to suggestions

* rename a bit
2023-01-13 17:26:07 -03:00
TheKingTermux c9c79e7ba8
SekaiKomik.live: Update domain (#14913)
* Change BaseUrl

From .live to .pro

* Change BaseUrl 

From .live to .pro

* Remove SekaiKomik.site
2023-01-13 17:25:55 -03:00
Alessandro Jean 5dc59917af
Fix empty chapter names in Kemono (#14903)
* Fix empty chapter names in Kemono.

* Remove double Date creation.
2023-01-11 16:59:39 -03:00