Alessandro Jean
045404c898
Remove some dead extensions. ( #15183 )
2023-01-30 15:33:28 -03:00
beerpsi
0653ab2fb0
[ConstellarScans] are you even surprised at this point ( #15178 )
...
* [ConstellarScans] are you even surprised at this point
* switch to npm
* remove cache control
2023-01-30 09:28:21 -05:00
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
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
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
3041b60615
Update YF URL. ( #15146 )
2023-01-27 17:07:00 -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
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
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
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
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
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
8ad7f97c8f
Fix TimeZone issues in HeanCMS ( #14900 )
...
* Fix TimeZone issues in HeanCMS.
* Fix wrong date format pattern.
* Remove unused import.
2023-01-11 14:35:15 -03:00
nicki
951ca60b56
New Lib: Text Interceptor ( #13859 )
...
* move TextInterceptor to `lib`
to be used for author notes, image alt texts and what not
* refactor Tapastic to use `lib:extensions-lib`
* Refactor Webtoons to use `:lib-textinterceptor`
this turned out to be more complicated than I thought it'd be
TextInterceptor was used for Author Notes which, looking at previous messages,
was only intended to be added to Webtoons Source and not the entire webtoons
multisrc (i.e. WebtoonsTranslate and DongmanManhua don't seem to be making use
of the Show Author's Notes setting). This was in my favor, since having
to deal with additional.gradle to add dependencies to multisrc files doesn't
seem to work... I'll ask previous contributors just in case
* Fix `json` access
missed this while copying over code from `generated-src` to `multisrc/{overrides,src}`
* remove unused import
* make HOST name more clear
couldve used a better schema but that's something for some other time
also put the HOST in the lib itself so that one doesn't lose track of it in the extensions
* use android provided methods instead of hardcoding
based on https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13859/files#r996276738
that suggested the following SO answer: https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13859/files
* remove unused import
* move url generation to helper function
* fix error
oops sorry for that
happened when I was copy pasting back and forth between two sources and one generated source
Co-authored-by: Navaneeth M Nambiar <nmnambiar@hornbill>
2023-01-11 14:34:06 -03:00
Alessandro Jean
47d02ef732
Make the rate limit more harsher in 1st Kiss sources. ( #14889 )
2023-01-10 17:58:20 -03:00
Raptor
16c4bb6a16
manhwadesu Url Update ( #14871 )
...
* Update ManhwaDesu.kt
Yeet
* Update MangaThemesiaGenerator.kt
2023-01-10 16:05:59 -03:00
beerpsi
8950d236ac
new multisrc theme: A3Manga ( #14837 )
...
* new multisrc theme: A3MangaTheme
* move NgonPhong into A3MangaTheme
* fix: ignore scanlation groups from search result
* chore: fix lint issues
* rename A3MangaTheme to A3Manga, resolve a bunch of suggestions
* fix: remove references of theme in the configuration
* fix: change the activity name in manifest
* fix: final newline
* chore: remove gradle file (not used)
* fix: rename ngonphong icons
* chore: add ocumeo icons
2023-01-10 16:05:26 -03:00
beerpsi
b417d07ad9
new theme: Otaku Sanctuary ( #14802 )
...
* new theme: Otaku Sanctuary
* linting i guess
* i LOVE linting
* add run configuration
* rename and implement fixes from my other PR
* make class open
* otakusantheme -> otakusanctuary
2023-01-09 05:28:07 -05:00
stevenyomi
7d7552af06
MangaRaw: fix page list ( #14829 )
2023-01-09 05:27:44 -05:00
mao09
1280a1f406
MangaRawRU: fix page order ( #14790 )
...
* fix page order
* fix when imageList is empty.
2023-01-06 12:17:28 -03:00
Aria Moradi
e6f2cc1da7
AsuraScans: use absolute src to handle cloudflare mirage links ( #14817 )
...
* AsuraScans: use absolute src to handle cloudflare mirage links
* update overrideVersionCode
* use www.asurascans.com
2023-01-06 08:28:27 -05:00
Luqman
70ff14a274
Madara Custom and Random Latest User-Agent ( #14688 )
...
* Random Latest User-Agent v0.5
* use better checker for ::uaIntercept
* update wording
* fix lint 1
* rerun
* rerun 2
* Random Latest User-Agent v0.5
* use better checker for ::uaIntercept
* update wording
* fix lint 1
* rerun
* rerun 2
* add custom useragent and use IOException
* Fix some issue, reuse string
* fix lint 1
* fix lint 2
* fix lint 3
* not supported toast, base version
* add log if setting is on
2023-01-05 11:50:27 -03:00
Luqman
e0f95ff1ff
TukangKomik: update url & add icons ( #14794 )
...
Closes #14673
2023-01-04 09:19:48 -05:00
Shiin-79
fd86f209dc
Update Domain and Add Zmanga: Hensekai ( #14780 )
2023-01-03 09:01:03 -05:00
TheKingTermux
9365db2d57
Change the overrides BaseUrl ManwaLand.mom ( #14768 )
...
* Change the BaseUrl
From .mom to .guru
* Up the Version Code
2023-01-02 20:19:55 -03:00
mobi2002
484d278227
Fix Lint ( #14766 )
2023-01-02 11:58:48 -03:00
are-are-are
4e85ab3f03
Update domain Saytruyen ( #14752 )
2023-01-02 07:59:20 -05:00
Shiin-79
c7d9aa2754
Add and Change Domain ( #14762 )
...
* Update Domain Theme Madara: Worldmanwas
* Add Zmanga: KomikGan
* Add and Update Domain MangaThemesia
2023-01-02 07:58:11 -05:00
mobi2002
37e0751759
fix mangasee deeplink ( #14732 )
...
Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com>
Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com>
2022-12-30 18:17:30 -03:00
Alessandro Jean
bb863cb6c1
Migrate DS to MangaThemesia. ( #14728 )
2022-12-29 19:11:48 -03:00
Alessandro Jean
7fe118f99b
Add a new source to Madara. ( #14727 )
2022-12-29 19:11:34 -03:00
Alessandro Jean
f783cf6018
Fix UA list parsing in YM. ( #14726 )
2022-12-29 19:11:24 -03:00
mobi2002
4bb3a039a8
ARESManga: fix 404 ( #14720 )
2022-12-29 13:01:47 -03:00
stevenyomi
181e3c0f07
Add back Maofly ( #14686 )
2022-12-28 17:32:53 -03:00
az4521
6c2f780a8d
aresmanga change .com to .net ( closes #14676 ) ( #14697 )
...
* aresmanga .com -> .net
* aresmanga .com -> .net
* whoops, forgot to bump the version number
2022-12-28 09:56:35 -05:00
Luqman
50b91629e9
MangaHub Factory: get Edo Tensei ( #14633 )
...
* MangaHub Family: get Edo Tensei
- back to scrapping
- add user agent randomizer(latest chrome)
- make selector more general
- add back some source: MangaHub.io, MangaPanda.onl, MangaReader.site
* cleaning
* using less val
* Fix page list parse only max 6
* fix typo
* replace max pages algorithm and use call HEAD
Co-Authored-By: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
* MangaHub Family: get Edo Tensei
- back to scrapping
- add user agent randomizer(latest chrome)
- make selector more general
- add back some source: MangaHub.io, MangaPanda.onl, MangaReader.site
* cleaning
* using less val
* Fix page list parse only max 6
* fix typo
* replace max pages algorithm and use call HEAD
Co-Authored-By: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/mangahub/MangaHub.kt
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
* Update MangaHub.kt
Co-Authored-By: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/mangahub/MangaHub.kt
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
* add back imageUrlRequest
Co-authored-by: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2022-12-26 22:42:09 -03:00
Vetle Ledaal
710a32cb70
Remove Tempest Manga ( #14682 )
2022-12-26 21:25:18 -03:00
Vetle Ledaal
eab9f61c93
Remove extensions where the site is down ( #14680 )
...
* Remove Manhwa Chill
* Remove Uyuyan Balik
* Remove Manga Sky
* Remove Mangaka3rb
* Remove Kirei Cake
* Remove QueensManga ملكات المانجا
2022-12-26 21:25:07 -03:00
mobi2002
bdddbe71f4
Remove Xun Scans ( #14672 )
2022-12-26 21:24:59 -03:00
Luqman
0e46aaca61
Legion Scan: fix source ( #14671 )
...
Closes #13957
2022-12-26 21:24:52 -03:00
Saïd Boudjenane
e90a68fefc
Sushi-Scan domain change ( #14667 )
...
* Domain name change for sushiscan
* Domain name change
* Update MangaThemesiaGenerator.kt
2022-12-26 21:24:34 -03:00
Luqman
332e5950d0
Fix chapter blocked by CloudFlare(need refresh)+ ( #14651 )
...
* MGKomik: fix chapter & timestamp
- remove chapter urlSuffix which prevent it to load / blocked by cloudflare
- fix chapter timestamp
* fix AquaManga chapter blocked by cloudflare
* fix mangalinkio chapter blocked by cloudflare
* fix mangalek chapter blocked by cloudflare
* fix mangaSpark chapter blocked by cloudflare
* fix MangaLionz chapter blocked by cloudflare
* fix MangaStarz chapter blocked by cloudflare
* comment
2022-12-24 10:06:37 -05:00
Vetle Ledaal
42d9c0b118
MadTheme: Fix MangaForest, remove redirect domains ( #14661 )
2022-12-24 10:05:36 -05:00
mao09
b0e304263c
Return hatachi manga ( #14650 )
...
* Revert "Remove Hatachi Manga (#12809 )"
This reverts commit ad4b744f14
.
* Change base url.
* Update version.
2022-12-24 10:04:58 -05:00
mao2009
b686abd1dc
Add MangaRawRU. ( #14614 )
...
Co-authored-by: mao09 <71811256+mao09@users.noreply.github.com>
2022-12-23 17:10:36 -05:00
Luqman
193305f7fa
Pojok Manga: update base url ( #14629 )
2022-12-23 17:10:16 -05:00
mao09
9483256432
Add WeLoveMangaOne. ( #14630 )
2022-12-23 17:10:03 -05:00
TheKingTermux
b6f07e23cb
Remove KlanKomik ( #14646 )
...
* Delete KlanKomik.kt and App Icon's
* Remove KlanKomik source
2022-12-23 17:09:15 -05:00
Alessandro Jean
df8f6857f9
Remove MM and add SM, MU on MangaSar ( #14615 )
...
* Remove MM and add SM on MangaSar.
* Add MU as source as well.
2022-12-20 10:19:46 -05:00
Alessandro Jean
00099ca121
Migrate MMK to MangaThemesia. ( #14616 )
2022-12-20 10:18:48 -05:00
Alessandro Jean
7737c17251
Remove a dead source from Madara. ( #14617 )
2022-12-20 10:18:31 -05:00
mao2009
7e10b61cff
Add manga1000 ( #14589 )
...
* Add manga1000.
* Remove unnecessary space.
Co-authored-by: TheKingTermux <50316075+TheKingTermux@users.noreply.github.com>
Co-authored-by: mao09 <71811256+mao09@users.noreply.github.com>
2022-12-19 12:24:52 -05:00
Vetle Ledaal
474ed09cc9
Re-add MangaSwat ( #14607 )
2022-12-19 12:24:33 -05:00
are-are-are
733555b9b3
Update domain LKDTT ( #14602 )
2022-12-19 12:13:18 -05:00
Luqman
6aaf790747
Realm Scans: fix chapter images issue ( #14603 )
...
Closes #14338
2022-12-19 12:13:07 -05:00
stevenyomi
55ae619e3c
Remove Maofly ( #14604 )
...
* Delete multisrc/overrides/mdb/maofly directory
* Update MDBGenerator.kt
2022-12-19 12:12:33 -05:00
TheKingTermux
6f91e7c913
Remove ShinobiScans ( #14586 )
...
* Remove ShinobiScans
* Remove ShinobiScans overrides
* Add ShinobiScans to automation close
Sorry if IM wrong to write it
* Add ShinobiScans
2022-12-18 10:19:23 -03:00
TheKingTermux
4e41b3332c
Madara : Add WorldManhwas ( #14580 )
...
* Add WorldManhwas
* Create Q.txt
* Create Q.txy
* Add files via upload
* Delete Q.txy
* Create Q.txt
* Delete multisrc/overrides/madara/worldmanhwas/mipmap-hdpi directory
* Delete multisrc/overrides/madara/Worldmanhwas directory
* Create Q.tst
* Create Q.jsh
* Create J.jaj
* Create A.nsj
* Add files via upload
* Add files via upload
* Delete Q.txt
* Delete Q.tst
* Create J.jaj
* Add files via upload
* Delete multisrc/overrides/madara/worldmanhwas/mipmap-mdpi directory
* Create J.jaj
* Add files via upload
* Delete J.jaj
* Add files via upload
* Delete Q.jsh
* Add files via upload
* Delete J.jaj
* Add files via upload
* Delete A.nsj
2022-12-18 09:59:34 -03:00
Luqman
5e7fab98ec
WPMangaThemesia: add source Manga Indo.me ( #14574 )
2022-12-18 09:58:39 -03:00
stevenyomi
3317191ba7
MangaRaw: fix page list, update URL, random mirror ( #14561 )
...
* MangaRaw: fix page list, update URL, random mirror
* update baseUrl in generator
2022-12-15 22:37:35 -03:00
Luqman
4480c0ad8f
ZManga: add new source Alceascan ( #14554 )
...
Closes #12528
2022-12-15 08:47:17 -03:00
stevenyomi
df8c63bff7
MCCMS: add, remove and fix sources ( #14535 )
...
* MCCMS: add, remove and fix sources
* add decrypt interceptor
* mark captcha entry as initialized
* Add more NSFW sources and some tweaks
2022-12-15 08:46:28 -03:00
stevenyomi
bdf62a6107
Fix Baozimh.org ( #14525 )
2022-12-12 22:46:55 -05:00
Seew
a92571f889
Add Manga Ai Land ( #14522 )
...
* Add MangaAiLand
* Add MangaAiLand
* Fix Lint
* Apply reviews
* Apply reviews
* Apply reviews
* Remove unused import
2022-12-12 22:44:56 -05:00
Luqman
0a8c297553
ZManga: add Neumanga source ( #14524 )
2022-12-12 22:44:27 -05:00
CallMeHai
eed6e861c7
Nettruyen URL Update ( #14531 )
...
* Change domain NetTruyen
* Change HentaiVn domain
Update on Hentai Domain
Update extVersionCode
* Nettruyen URL update
* Nettruyen URL Update
2022-12-12 22:43:20 -05:00
Luqman
853b3bc16c
Removing: White Cloud Pavilion ( #14509 )
...
Closes #14403
2022-12-11 10:09:09 -03:00
Seew
3d08779674
Add MultiScr "ZeistManga" and DatGarScan ( #14491 )
...
* Add MultiScr "ZeistManga" and DatGarScan
* Fix Lint Errors
* More Fix Lint Errors
* Change HttpSource to ParsedHttpSource
* Make DTO
* Fix Lint Errors
* Improve search
* Fix Lint Errors
* Back to old search method
* Back to old search method
* Refactor code and fixes
* Refactor code and fixes
* Refactor code and fixes
* Refactor code and fixes
* Apply Requested Changes
* Fix Lint
2022-12-11 10:08:50 -03:00
Alessandro Jean
46fa92435b
Remove Coven Scan as per scanlator request. ( #14500 )
2022-12-08 22:38:53 -03:00
Luqman
8122b889c0
Shooting Star Scans: changing website theme ( #14481 )
...
- changing website theme from WPMangaThemesia to Madara
Closes #14401
2022-12-08 22:38:29 -03:00
are-are-are
454b98b8aa
Update domain Hentai20, Hentaidexy, Nhattruyen, Nettruyen, HentaiVN ( #14478 )
...
* Update domain Hentai20, Hentaidexy
* Update domain Nhattruyen, Netttruyen
* Update BaseUrl Hentaivn
2022-12-08 22:38:14 -03:00