Commit Graph

4482 Commits

Author SHA1 Message Date
AwkwardPeak7 48ca6558ed Manga Online: add headers to requests (#1619) 2024-03-06 06:23:25 +00:00
Cuong M. Tran c81adc7829 Add MangaOwl.To (#1307)
* Add MangaOwl (mangaowl.to)

* Factory class to separate Comics & Mangas along with their respective genres

* Using API to request for manga’s detail

* Using API to request chapters list

* parse JSON for pages

* Add mirrors

* Rename source to MangaOwl.To

* using DTO

* migrate to full API

* update icon

* cleanup

* Fix: allow reset GenresFilter checkbox

* separate Genre & GenreCheckBox

* Update query builder

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

* apiUrl -> baseUrl

* unused fields in dtos

* extra newline

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-03-06 06:23:25 +00:00
AwkwardPeak7 24087b9688 add mangaonline (#1610)
* Add Manga Online

* Fix note about latest manga parse

* Add new line at the end of build.gradle

* Remove blank line

* Fix global search

* Remove extra URL builder in search

* Remove URLBuilder

* Add try/catch in fetchMangaGenre

* Set latestUpdatesNextPageSelector to null

* Rename constante name and remove breakline in GenreList::selected

* Remove fetchLatestUpdate override

* Replace 'runCatching' for try/catch

* Remove 'headers'

* Remove unused import

* Remove last blank line

* Rename constant variable with uppercase

* small cleanup

* lint

---------

Co-authored-by: Chopper <156493704+ttony2chopper@users.noreply.github.com>
2024-03-06 06:23:25 +00:00
Secozzi 5cb0af3b2d add alandal (#1600)
* add alandal

* clarify
2024-03-06 06:23:25 +00:00
Henry 12e3079af3 Void Scans: Update Domain (#1605)
Void Scans: Update domain
2024-03-06 06:23:25 +00:00
Cuong M. Tran 82e6f7b6da New source: Cartoon18 (#1467)
* New source: Cartoon18

isNSFW
lang: zh

* cleanup

* improve
2024-03-06 06:23:10 +00:00
Fermín Cirella 18fab95708 Add Lolivault (#1592)
* Add Lolivault

* Use FoolSlide theme
2024-03-06 06:23:10 +00:00
Secozzi be407aa637 add readmanga (#1505)
* add readmanga

* indentation

* Fix filters note

* replace .run

* prioritize search
2024-03-06 06:23:10 +00:00
Vetle Ledaal 9c064fb3eb MajorScans: fix double image (#1584) 2024-03-06 06:23:10 +00:00
bapeey 5a643095ad Kumanga: Update apiUrl and minor changes (#1586)
Fix Kumanga
2024-03-06 06:23:10 +00:00
bapeey f6cb65688d Epsilon Scan: Move to Madara (#1582)
CI / Prepare job (push) Successful in 6s Details
CI / Build individual modules (push) Successful in 5m6s Details
CI / Publish repo (push) Successful in 48s Details
* Save

* Move to Madara
2024-02-27 20:53:54 +00:00
bapeey 6c6f1b4d6b ManhwaWeb: Fix chapter url (#1583)
I blame the IDE for not tell me about unused val
2024-02-27 20:53:54 +00:00
bapeey ee937137c3 Add ManhwaWeb (#1542)
* Add manhwaweb

* Lint

* Remove data class

* Oops

* Oppsi

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Remove "Not used"

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Requested changes

* Fix chapter url

* Create SChapter in main class

* make extension function

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-27 20:53:54 +00:00
bapeey 4f3500d728 TresDaosScan: Move to Madara (#1581)
Move to Madara
2024-02-27 20:53:54 +00:00
Chopper d951e22f52 Add AloneScanlator (#1514)
* Add Alone Scanlator

* Fix date pattern

* Fix overrideVersionCode value

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

* Set 'useNewChapterEndpoint' to 'true'

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2024-02-27 20:53:54 +00:00
TheKingTermux f2018fdc4a [Source is Down] Remove JMana & Esomanga (#1540)
* JMana Source is Down

* Esomamga Source is Down
2024-02-27 20:53:49 +00:00
Chopper dfb2092c75 Portuga Mangas: Add Custom User-Agent (#1486)
* Add random and custom User-Agent

* Replace GET request by client request

* Remove joinToString separator

* Add final newline

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Remove unnecessary client wrapping

* Fix: add new line at the end

* Remove lazy modifier

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-27 20:53:49 +00:00
bapeey 1fc3a46632 Manga Crab: Add randomUa and change domain (#1539)
* Add randomUa and change domain

* Lint

* Lint?

* Remove lazy

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-27 20:53:49 +00:00
Chopper 76bd3bb892 Fix BlackoutComics selectors (#1547)
* Fix CSS selectors

* Remove optional manga title

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Remove optional manga datails title

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-27 20:53:49 +00:00
mohamedotaku 79d24a894a Change url Shinigami "id" (#1546) 2024-02-27 20:53:49 +00:00
bapeey aa701c7c5e Manga Demon: Update domain (#1545)
* Update domain

* Remove CHANGELOG.md
2024-02-27 20:53:49 +00:00
bapeey f0d2df86c5 BarManga: Change dateFormat (#1537)
Change dateformat
2024-02-27 20:53:49 +00:00
beerpsi a95fa2dd5c Make ManhwaZ a multisrc + Add UmeTruyen (#1495)
* Make ManhwaZ a multisrc + Add UmeTruyen

* Forgot to commit the most important stuff

* icons

* Update src/en/manhwaz/build.gradle

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Don't use GlobalScope

* Remove useless optin

* Add CoroutineScope import

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-27 20:53:49 +00:00
Tef 6d16a8908c Add JManga (#1489)
* Add JManga

* Add JManga

* Fixed date parsing

* Removed seconds

* Removed replaceSearchPath

* Removed extra newlines

* Applied requested changes
2024-02-27 20:53:49 +00:00
bapeey d6f01fea0b MangaEsp: Update domain and add alternative names (#1470)
* Update domain

* Get comics from next data (api has old results)

* Add alternative names

* Change name creation logic

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Missing replace

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-27 20:53:49 +00:00
mohamedotaku 942ca100d8 Add source MajorScans "tr" (#1460)
* Add source MajorScans "tr"

* Update build.gradle
2024-02-27 20:53:49 +00:00
mohamedotaku bbffed1fd8 Change Url Hayalistic "tr" (#1510) 2024-02-27 20:53:49 +00:00
mohamedotaku 01371a728a Change Url SummerToon "tr" (#1511) 2024-02-27 20:53:49 +00:00
Eshlender 8870ff3569 [RU]Remanga processing native errors (#1526)
* [RU]Remanga processing native errors

* typos
2024-02-27 20:53:49 +00:00
Cuong M. Tran aac281ef87 Update MangaDistrict (#1344)
* MangaDistrict: Remove comment from title

e.g. (Official), (Doujinshi)

* MangaDistrict: settings to parse only chapters with full/high quality

# Conflicts:
#	src/en/mangadistrict/src/eu/kanade/tachiyomi/extension/en/mangadistrict/MangaDistrict.kt

* MangaDistrict: fix searchMangaNextPageSelector for last page

* remove unnecessary override

* Rebase to new Madara version

* filter chapter’s url instead of parsing elements

* Clean up, set default values to off/all

* Update MangaDistrict.kt

* Update remove title version pref summary

* typo

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-02-27 20:53:49 +00:00
Secozzi 0992869ffc resetscans: update baseurl (#1504)
update baseurl
2024-02-27 20:53:49 +00:00
Secozzi 59a640e696 Shinigami: update baseurl (#1499)
update baseurl
2024-02-27 20:53:49 +00:00
beerpsi 29a8d5ead9 Dua Leo Truyen: Update to new site (#1498)
* Dua Leo Truyen: Update URL

* It's more than a simple URL change

* Fix description
2024-02-27 20:53:49 +00:00
Chopper 0624b1aa3e Add LunarScan (#1463) 2024-02-27 20:53:49 +00:00
Chopper 086475a12e Add Argos Comics (#1471)
* Add Argos Comics

* Remove the slash from the final URL

* Add custom latest update
2024-02-27 20:53:49 +00:00
Secozzi fc5a4825cb add dmcscans (#1481)
* add dmcscans

* dont show empty alt names
2024-02-27 20:53:49 +00:00
Vetle Ledaal fa1170fad7 Elarc Toon: update mangaUrlDirectory (#1413) 2024-02-27 20:53:49 +00:00
AwkwardPeak7 7ef3bcd497 Madara fix status filter (#1434)
* Madara fix status filter

* remove unused override ManhwaClan

site seems to be using default madara options 0, 1 etc
2024-02-27 20:53:49 +00:00
mohamedotaku cb23787606 fix Cloudflare protect for some sources (#1458)
cloudflare protect
2024-02-27 20:53:49 +00:00
Secozzi a4e00cedbe Traducciones Moonlight: filter out novels (#1462)
filter out novels
2024-02-27 20:53:49 +00:00
Secozzi 1d6ed34d77 newtoki: fix crash when changing sort filter (#1464)
* fix crash when changing sort filter

* small touch-up
2024-02-27 20:53:49 +00:00
Cuong M. Tran 9d73eef491 Fix Photos18 parsing image’s url (#1477) 2024-02-27 20:53:49 +00:00
mohamedotaku 838ee2fc97 Change Url Aresnov "ar" (#1482)
Change link Aresnov "ar"
2024-02-27 20:53:49 +00:00
mohamedotaku 94762d7d0d Change Url AresManga "ar" (#1483)
* Change Url AresManga "ar"

* Remove trailing slash from baseUrl

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

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2024-02-27 20:53:49 +00:00
TrungSamSet 26ef357149 NetTruyen: Update domain (#1433)
* NetTruyen: Update URL

* NetTruyen: Update overrideVersionCode
2024-02-27 20:53:49 +00:00
Rama Bondan Prakoso 0f00f9c313 NHentai: Add popular-month filter (#1446)
Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
2024-02-27 20:53:49 +00:00
bapeey 4bf383a322 Demon Sect: Fix http 404 on popular and latest tabs (#1449)
Fix http 400 on popular and latest
2024-02-27 20:53:49 +00:00
Chopper 2e25acbc36 Manhastro - Fix nullpointer when manga title is set (#1442)
Fix nullpointer when manga title is set
2024-02-27 20:53:49 +00:00
bapeey e5d3eeb7cc MangasNoSekai: Fix cannot found mangaid (#1440)
* easy

* Fix library path and author selector
2024-02-27 20:53:49 +00:00
Eshlender 2e41214ba9 [RU]ComX no Tachiyomi (maybe because of the closure), fix 520 (#1432)
* [RU]ComX no Tachiyomi (maybe because of the closure), fix 520

* Update src/ru/comx/src/eu/kanade/tachiyomi/extension/ru/comx/ComX.kt

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-27 20:53:49 +00:00
mohamedotaku daef319051 Change URL Swatmanga (#1427)
* change url mangaswat

* Change URL Swatmanga

* Update MangaSwat.kt
2024-02-27 20:53:49 +00:00
Rolando Lecca 8737cc41f2 MangasNoSekai: Fix chapter list (#1431)
cat and mouse
2024-02-27 20:53:49 +00:00
Rolando Lecca 921649ff76 Traducciones Moonlight: Move to MangaThemesia (#1406)
* Move to MangaThemesia

* Is NSFW
2024-02-27 20:53:49 +00:00
Rolando Lecca 3326753fc0 MangasNoSekai: Fix popular and latest tabs again (#1403)
fix
2024-02-27 20:53:28 +00:00
AwkwardPeak7 014ee88bbb Madara: fix app crash and some sources fixes (#1398)
* Madara: fix crash

* fix NPE in ImperioDaBritannia

* mangalek use LoadMore

* update title selector
2024-02-27 20:53:28 +00:00
Secozzi 678c3de899 Mana/newtoki: add referer (#1372)
* add referer

* remove superfluous headersbuilder
2024-02-27 20:53:28 +00:00
stevenyomi 9ef0b03211 GANMA: remove unused code (#1407) 2024-02-27 20:53:28 +00:00
stevenyomi fdc57d60a4 Happymh: revert to headers custom UA (#1394)
Partially reverts 1eb9f2bc13242c38e99362c198e84133261d1135
2024-02-27 20:53:28 +00:00
stevenyomi fc000a5058 Remove Kuaikuai Manhua 3 (#1393) 2024-02-27 20:53:28 +00:00
Tef be291b1822 Add MANGARAW+ (#1391) 2024-02-27 20:53:28 +00:00
Rolando Lecca c9633f3d0c MiauScan: Update domain (#1386) 2024-02-27 20:53:28 +00:00
Rolando Lecca d311409641 Manhua Fenix: Change name and domain and add Spanish translations to Madara (#1365)
* Change name and domain

* Remove overrides and use loadMoreRequest

* Add Spanish translations

* Review

* Revert bump
2024-02-27 20:53:28 +00:00
Cuong M. Tran 09ae28784a update HM2D URL (doujindistrict.com) (#1375)
* new source: DoujinDistrict (theme: madara)

* Revert "new source: DoujinDistrict (theme: madara)"

This reverts commit 0b12e6be1425192e28166243dbd4fc6e2375ad12.

* update HM2D URL (doujindistrict.com)

* remove unused imports
2024-02-27 20:53:28 +00:00
Secozzi 166dbec86f add blackoutscans (#1367) 2024-02-27 20:53:28 +00:00
mohamedotaku a03bb1f780 Change URL PotatoManga (#1369) 2024-02-27 20:53:28 +00:00
Rolando Lecca b7ecf1b801 MNS: Fix popular and latest tabs again (#1368)
bruh
2024-02-27 20:53:28 +00:00
Vetle Ledaal 0ed4e4147f Manhastro: fix chapter images (#1363)
* Manhastro: fix chapter images

* Update src/pt/manhastro/src/eu/kanade/tachiyomi/extension/pt/manhastro/Manhastro.kt

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-27 20:53:28 +00:00
AwkwardPeak7 30b13498b0 Madara refactor (#1292)
* remove randomua from madara

* don't use page path for page=1

* add back `madara_load_more`

* cleanup i18n and filters

* load more in a new source

* move back the filters

not worth it

* fix build

* altname to i18n as well

* utf-8

* Revert "utf-8"

This reverts commit 1335bc1b478da54d3a5eb6333ac1a26e3ee2825b.

* utf-8

* autodetect load_more_request

* load genres in background

* make genre classes protected

remove unnecessary change

* fetch genres changes

* launchIO countviews

* don't explicitly optin

* cleanup some request overrides

* make `useLoadMoreRequest` enum to be able to disable autodection where necessary

* fix logic

bruh

* use state variables

* defer countViews in overrides as well

* lint

* select().first -> selectFirst

* `load_more` search as well

* detect in search as well

* remove slipped override

* move detection to the function

* remove fetchGenreFailed

* don't use GlobalScope

* tweak load_more_request parameters

* remove ancient connectTimeout/readTimeout

already present in the client provided by the app

* small cleanup
2024-02-27 20:53:28 +00:00
Draff a62d90d4aa this one is my bad but fuck linting anyway
CI / Prepare job (push) Successful in 3s Details
CI / Build individual modules (push) Successful in 5m7s Details
CI / Publish repo (push) Successful in 44s Details
2024-02-18 21:01:51 +00:00
Draff c11ab2d724 I still hate linting
CI / Prepare job (push) Successful in 3s Details
CI / Build individual modules (push) Failing after 1m9s Details
CI / Publish repo (push) Has been skipped Details
2024-02-18 20:58:13 +00:00
Draff 75365dd582 I hate linting so much
CI / Prepare job (push) Successful in 4s Details
CI / Build individual modules (push) Failing after 1m2s Details
CI / Publish repo (push) Has been skipped Details
2024-02-18 20:53:51 +00:00
Draff 8d78ebe12f fix other fucky wucky
CI / Prepare job (push) Successful in 3s Details
CI / Build individual modules (push) Failing after 55s Details
CI / Publish repo (push) Has been skipped Details
2024-02-18 20:51:30 +00:00
AwkwardPeak7 9602aa5dd5 Comick: fix new chapters delay and small refactor (#1354)
CI / Prepare job (push) Successful in 5s Details
CI / Build individual modules (push) Failing after 0s Details
CI / Publish repo (push) Has been skipped Details
* remove chapter pagination

page parameter seems to trigger some cache issue in their api

* update baseUrl

* data class -> class

micro optimization

* small refactor

* remove useless interceptor

* oops

* mutable not needed
2024-02-18 20:25:13 +00:00
AwkwardPeak7 9fa6b8cb51 move CookieInterceptor to shared lib (#1356)
* CookieInterceptor lib

* accept list of cookies
2024-02-18 20:25:13 +00:00
AwkwardPeak7 8e7bba9d87 RC: fix chapters (#1359)
* fix rizz chapters

Co-authored-by: Anshuman Sarkar <77231921+Ryujin1108@users.noreply.github.com>

* remove unused dto

* lint

* lint x2

---------

Co-authored-by: Anshuman Sarkar <77231921+Ryujin1108@users.noreply.github.com>
2024-02-18 20:25:13 +00:00
Chopper 42d15fed81 Remove PrismaHentais (#1349)
Remove PrismaHentai
2024-02-18 20:25:13 +00:00
Chopper 913ceb3017 Add LiManga (#1346)
* Add LiManga

* Add isNsfw
2024-02-18 20:25:13 +00:00
Vetle Ledaal 2de6f14215 Manhwa Freak: remove spinner image (#1343) 2024-02-18 20:25:13 +00:00
Cuong M. Tran 9ab07589ad NetTruyen/NhatTruyen: avoid return un-relevant searching results (#1338)
* NetTruyen/NhatTruyen: avoid return catalog page when searching return empty

They redirect back to catalog page if searching query is not found.
That makes both sites always return un-relevant results when searching should have returned empty.

* fix overrideVersion
2024-02-18 20:25:13 +00:00
Tef bf1fc04a2e Add MangaSaki (#1273)
* Added Mangasaki

* Added MangaSaki

* Added MangaSaki

* Removed page number check

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Applied requested changes

* Add recommended change

* Add requested changes

* Applied requested changes

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
2024-02-18 20:25:13 +00:00
Vetle Ledaal 63c57ec13e Elarc Toon: update mangaUrlDirectory (#1341) 2024-02-18 20:25:13 +00:00
bapeey 0d2056cabf SlimeRead: Update API url (#1334)
Update apiurl
2024-02-18 20:25:13 +00:00
Secozzi ca8faa3a7e Add todaymanga (#1289)
* add todaymanga

* small changes to filters

* apply recommended changes

* Small touch-up to date parsing
2024-02-18 20:25:13 +00:00
beerpsi e95e761833 Add Weekly Young Magazine (Yanmaga) (#1318) 2024-02-18 20:25:13 +00:00
beerpsi bf53943984 Add Manga Planet (#1319) 2024-02-18 20:25:13 +00:00
beerpsi 42ad2a5859 Add Comic Meteor (#1320) 2024-02-18 20:25:13 +00:00
beerpsi a5e314f149 Add Gaugau Monster Plus (#1321) 2024-02-18 20:25:13 +00:00
beerpsi fac4fa1278 Add Ohta Web Comic (#1322) 2024-02-18 20:25:13 +00:00
beerpsi 3e9c022f6a Komga: Don't apply library filter if default libraries are not set (#1323) 2024-02-18 20:25:13 +00:00
beerpsi a799bf8a5c Add SpeedBinb reader library (#1316)
* Add SpeedBinb reader library

* Make TextInterceptor generic
2024-02-18 20:25:13 +00:00
beerpsi 93c5dbc650 MMRCMS: Dynamic filter rework (#1315)
* MMRCMS: Dynamic filter rework, remove Last updated sort in Mangas.in

* Formatting

* Show the reset message when filters are fetching

* Linting

* Dynamically fetch sort options

* Add i18n support

* Remove unused import
2024-02-18 20:25:13 +00:00
beerpsi 5acf24daa9 Komga: README, chapter timestamp shenanigans, refactor (#1313)
* Komga: README, chapter timestamp shenanigans, refactor

* Repeating by password length is probably fine

* Reuse the CoroutineScope
2024-02-18 20:25:13 +00:00
beerpsi da8c562990 MangaPlus: Update web API versions and clean up stuff (#1305)
* MangaPlus: Update API versions

* Add more stuff to the titleCache
2024-02-18 20:25:08 +00:00
bapeey 41b6762f16 OlympusScanlation: Update domain and minor refactor (#1300)
* Update domain and other things

* Change popular endpoint

* fetchFilters in getFilterList

* Make SManga and SChapter in DTO

* I just want to update the domain

* Move attempts to finally block

* idk

* update

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-02-18 20:17:19 +00:00
bapeey fd7c47329b MNS: Fix popular and latest tabs (#1314)
Fix popular and latest
2024-02-18 20:17:19 +00:00
Chopper 71e3830576 Remove Dead Sources (#1312)
* Remove Drop Scan

* Remove Turktoon
2024-02-18 20:17:19 +00:00
AwkwardPeak7 489729f52b expose `lib-multisrc` dependencies to the extensions (#1293)
* expose `lib-multsrc` deps to the extensions

change `implementation` to `api`

* remove those libs from extensions
2024-02-18 20:17:19 +00:00
Secozzi df9983f9b0 MagusManga: update mangaUrlDirectory (#1291)
update mangaUrlDirectory
2024-02-18 20:17:19 +00:00
Tef 6ac91bca39 Add RawMangas (#1276)
* Added RawMangas

* Update src/ja/rawmangas/build.gradle

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Added ending newline in build.gradle

* remove extra newline

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-18 20:17:19 +00:00
Secozzi c24753e7e7 Templescan: update apiUrl (#1290)
update apiUrl
2024-02-18 20:17:19 +00:00
Secozzi fa74b489b2 Add mangahot (#1229)
* add mangahot

* add getChapterUrl

* apply recommended changes

* simplify apiheaders
2024-02-18 20:17:19 +00:00
beerpsi 943516d451 Komga: Filter out EPUB books, fix chapter timestamps, allow setting default libraries, rename None sort to Relevance (#1282)
* Komga: Filter out EPUB books, fix chapter timestamps

* Add default library setting

* Make some settings not require a restart

* Don't use fixed enums

* Rename None sort to Relevance (#1284)

* make popular default to alphabetical sort
2024-02-18 20:17:19 +00:00
beerpsi d91b683ee2 Add Ưng Tỷ Comics (#1286) 2024-02-18 20:17:19 +00:00
BrutuZ 95caddf343 Add Deep Link Support to Anchira (#1283)
Add Deep Link Support
2024-02-18 20:17:19 +00:00
bapeey 791d48fce1 Legends no Fansub: Update domain (#1280)
Update domain
2024-02-18 20:17:19 +00:00
everfio 746dcba08b Naver Comic: fix page list for mobile user agent (#1272) 2024-02-18 20:17:19 +00:00
mohamedotaku 03b9df50ff change URL and override mangaSubString (#1281) 2024-02-18 20:17:19 +00:00
mohamedotaku dc3bddb317 Add source LilyumFansub "tr" (#1253)
* Add source LilyumFansub "tr"

* Update LilyumFansub.kt
2024-02-18 20:17:19 +00:00
bapeey f20236ab94 Add EsMi2Manga (#1274)
* Add EsMi2Manga

* Is Nsfw
2024-02-18 20:17:19 +00:00
bapeey 75558ac6da Add Legends No Fansub (#1275)
Add LegendsNoFansub
2024-02-18 20:17:19 +00:00
Secozzi ee254eaebd New multisrc theme: Keyoapp (#1259)
* move rudra to keyoapp multisrc

* add genres + small fixes

* add rate limit

* fix name + remove rate limit

* add wickedscans

* fix indentation
2024-02-18 20:17:19 +00:00
beerpsi 1debb5fd1f Add Dưa Leo Truyện (#1257)
* Add Dua Leo Truyen

* Add filters
2024-02-18 20:17:19 +00:00
mohamedotaku 42caf828c1 URL change CopyPasteScan (#1250) 2024-02-18 20:13:38 +00:00
stevenyomi d7e1e2a448 Coco Rip: fix launcher icons (#1239) 2024-02-18 20:10:41 +00:00
stevenyomi 205d95cc07 Migrate to lib-multisrc (#1237)
* adjustments

* Run generator

* Remove multisrc project

* add lib dependencies

* Remove multisrc from build scripts

* Remove build condition
2024-02-18 20:10:37 +00:00
stevenyomi d9f7e58f01 Don't format code in CI (#1236)
* Don't format code in CI

* format individual extensions
2024-02-18 19:57:02 +00:00
bapeey c5c6d77479 HeavenManga: Fix chapter list and add latest tab (#1206)
CI / Prepare job (push) Successful in 4s Details
CI / Build multisrc modules (push) Successful in 3m39s Details
CI / Build individual modules (push) Successful in 37s Details
CI / Publish repo (push) Successful in 39s Details
Fixes
2024-02-13 02:56:17 +00:00
Fermín Cirella 925136fc15 Anchira: Enable image quality preference (#1207)
Enable image quality preference
2024-02-13 02:56:17 +00:00
mohamedotaku 8bb508d679 change url Manga Sail "en" (#1194) 2024-02-13 02:56:17 +00:00
mohamedotaku cf5299c188 change url mangaae "ar" (#1191) 2024-02-13 02:56:17 +00:00
Cuong M. Tran 731145443b Fix cloudflare un-caught causes app crashing (#1178)
Fix cloudflare uncatch causes app crashing
2024-02-13 02:56:17 +00:00
beerpsi f71938e357 Comikey: Fix page list (#1161) 2024-02-13 02:56:17 +00:00
beerpsi f09c11a01c Add MangaDig and make ColaManga a multisrc (#1139)
* Add MangaDig and make ColaManga a multisrc

* Make MangaDig NSFW

* Fix linting

* Fix next page selector
2024-02-13 02:56:17 +00:00
beerpsi 3db5f6edc2 Add Truyen Hentai 18+ (#1148)
* Add Truyen Hentai 18+

* fix search
2024-02-13 02:56:17 +00:00
beerpsi 49c3517510 SayHentai: Update base URL (#1147) 2024-02-13 02:56:17 +00:00
beerpsi 4682cc8752 Add Comikey (#1110)
* Add Comikey

* Remove logging

* i18n

* Comikey Brasil, paid chapters toggle, use other chapter endpoint

* Don't parse author/artist in searchMangaFromElement

* makeEpisodeSlug private

* Move gundamUrl outside of class constructor

* paginate latest

* paginate search

* Properly distinguish i18n keys from normal messages in WebView script

* Parse statuses better

* Add genre for entry format

* remove unnecessary getChapterUrl

* Fix status on BR

* ACTUALLY fix status on BR

* Fix more Comikey Brasil stupidity

* Validate that manifestUrl is valid

* Revert "Validate that manifestUrl is valid"

This reverts commit d744fd42b45ae46baf48308ec3f354546d1452af.

* Proper i18n in WebView script

* Add explanation for weird binding

* Move helper functions to bottom

* Support signing in through WebView

* Fix chapter list when signed in

* Properly filter locked chapters

* Remove WebView logging
2024-02-13 02:56:17 +00:00
beerpsi 47e328dc84 Nekopost: Fix search (#1124)
* Nekopost: Fix search

* Bump version
2024-02-13 02:56:17 +00:00
Mike 8dd884535b AsmHentai - new source (#1106)
* AsmHentai - new source

* cleanup
2024-02-13 02:56:17 +00:00
LLecca ea90594583 Earlym: Use the correct CDN (#1118)
🤡
2024-02-13 02:56:17 +00:00
LLecca b78d35db07 Earlym: Fix unexpected JSON token (#1108)
One char fix
2024-02-13 02:56:17 +00:00
AwkwardPeak7 b2ddfd348b Earlym fix pages (#1105) 2024-02-13 02:56:17 +00:00
bapeey 584e00b1dd Add Plot Twist No Fansub (#1099)
* Bruh

* Change filter message

* review changes
2024-02-13 02:56:17 +00:00
beerpsi 2f244a72ff Add Hachiraw (#1096)
* Add Hachiraw

* Add URI intent handler

* Mark as NSFW
2024-02-13 02:56:17 +00:00
AwkwardPeak7 48c71e342d add Idol. gravureprincess .date (#1093)
add IdolGravureprincessDate
2024-02-13 02:56:17 +00:00
beerpsi 23e385128e Add MangaFun + LZString library (#1057)
* Add MangaFun + LZString library

* Mark as NSFW

* Reverse using :lib:lzstring on Manhuagui

* Add ending newline

* Replace QuickJS in Manhuagui with LZString + Unpacker

* Bump ManhuaGui version

* remove unncessary .lets

* optimize icons

* Apply suggestion
2024-02-13 02:56:17 +00:00
beerpsi b0b32918e1 Add SadScans and make APairOf2 a multisrc (#1046)
* Add SadScans and make APairOf2 a multisrc

* Formatting

* Trailing comma

* optimize icons

* newline

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-13 02:56:17 +00:00
beerpsi c02bd36b43 Komga: Fix latest updates tab (#1076) 2024-02-13 02:56:17 +00:00
Mike fdd2c5c6d1 ReadM - update domain (#1073) 2024-02-13 02:56:17 +00:00
Secozzi 8e610e1ea9 Infinityscans: fix cloudflare issues (#1067)
fix cloudflare issues
2024-02-13 02:56:17 +00:00
beerpsi 09a2cea4e7 DocTruyen5s: Get better icons (#1066)
* DocTruyen5s: Get better icons

* bump version
2024-02-06 22:44:39 +00:00
AwkwardPeak7 06fba60056 make LikeManga into multisrc and add zinmanga.io (#1048) 2024-02-06 22:44:39 +00:00
beerpsi 9237c48aca Clean up Komga (#1012)
* Clean up Komga

* le version bump
2024-02-06 22:44:26 +00:00
AlphaBoom 01424d5efb Jinman Tiantang: Fix cover not display by cloudflare (#1033)
* Jinman Tiantang: Fix cover not display by cloudflare

* refactor to when condition
2024-02-06 22:44:07 +00:00
beerpsi fffbf22430 add Kingdom Brasil Scantrad (#1018)
* add Kingdom Brasil Scantrad

* Use an interceptor to fetch WiX cookies

* optimize icons
2024-02-06 22:44:07 +00:00
beerpsi 0b3d1e6aeb Add MIC MIC IDOL (#1013)
* Add MIC MIC IDOL

* Mark as NSFW

* no need to convert to httpurl

* spelling mistake

* Add all tags to filter
2024-02-06 22:44:06 +00:00
AwkwardPeak7 97dde3f788 HentaiCosplay: fix pages and remove keyword filter (#1009) 2024-02-06 22:44:06 +00:00
Claudemirovsky 00e4bed8ab all/SimplyHentai: Fix http 404 (#1008)
* fix: Fix popular manga page

* fix: Fix latest manga page

* fix: Fix search manga page

* chore: Minor changes to prevent future issues

* refactor: Minor refactoration

* chore: Bump version

* chore: Follow suggestion - re-add cloudflareClient

* refactor: Commit suggestion - remove unnecessary chapter_number

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-06 22:44:06 +00:00
bapeey ac1575dd81 Move TMO and LectorManga to multisrc (#1002)
* Theme-lib when

* Lint

* Order generator

* Apply no-nsfw pref on request instead of init
2024-02-06 22:44:06 +00:00
beerpsi 873a88cbbb Add scanvf.org (#985)
* Add scanvf

* move stuff

* fr.scanvf already exists (under mmrcms)

* insert ending newline
2024-02-06 22:44:06 +00:00
98Hani 8a1c09e6bf domain change TeamX (#990)
* Update TeamX.kt

* domain change TeamX
2024-02-06 22:44:06 +00:00
bapeey 8b19765288 Add MangaEsp (#970)
* Add MangaEsp

* Remove log

* Move filtering

* Suggested changes

* Change messages

---------

Co-authored-by: Axel Vargas <avargasr@unitru.edu.pe>
2024-02-06 22:44:06 +00:00
Claudemirovsky 4856f0b89e New source: en/Cutie Comics (#948)
CI / Prepare job (push) Successful in 3s Details
CI / Build multisrc modules (push) Successful in 6m6s Details
CI / Build individual modules (push) Successful in 39s Details
CI / Publish repo (push) Successful in 43s Details
* feat: Create Cutie Comics base

* feat: Implement popular manga page

* feat: Implement search manga page

* chore: Add isNsfw flag

* feat: Implement manga details page

* fix: Fix URL intent handler

* feat: Implement single-chapter "list"

* feat: Parse page list

* chore: Add source icon

* fix: Fix crash in URL intent handler

* refactor: Follow chapter name convention
2024-02-04 02:25:10 +00:00
Claudemirovsky 742027746e New source: es/HentaiMode (#949)
* feat: Create HentaiMode base

* feat: Implement popular manga page

* feat: Implement search manga page

* feat: Implement manga details page

* feat: Implement single-chapter "list"

* feat: Parse page list

* chore: Add source icons

* fix: Fix URL intent handler

* refactor: apply suggestion - >imagine using string interpolation

Thx beerpsi, i'll pay you a beer (without piss) soon

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* refactor: Follow chapter name convention

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
2024-02-04 02:25:10 +00:00
stevenyomi dd3b5b0140 MCCMS: update sources (#956) 2024-02-04 02:25:10 +00:00
stevenyomi 46990a4d9f Add custom UA to Happymh and Jinman Tiantang (#957) 2024-02-04 02:25:10 +00:00
Eshlender 169f83b594 [RU]Remanga fix LICENSED Hides available chapters! (#959) 2024-02-04 02:25:10 +00:00
Fermín Cirella 7e2fa5de61 Anchira - Fix pagination (#964) 2024-02-04 02:25:10 +00:00
Claudemirovsky 8f7c88a723 ru/AComics: Fix NPEs (#941)
* fix: Fix manga details

* fix: Fix chapter list

* fix: Fix page selector

* refactor: General refactoration

* chore: Set isNsfw flag

* chore: Bump version

* refactor: Apply suggestion
2024-02-04 02:25:10 +00:00
Eshlender 0b214c2d89 [RU]Remanga all bookmark with custom's (#952)
* [RU]Remanga all bookmark with custom's

* auto rebeald
2024-02-04 02:25:10 +00:00
Eshlender 90f361e243 [RU]ComX title_en not anymore fix null (#953) 2024-02-04 02:25:10 +00:00
Secozzi 0b7dd2f6bc update infinityscans url (#940) 2024-02-04 02:25:08 +00:00
Luqman bbeb1622ca Comic Fx: fix chapter pages (#877)
* Comic Fx: fix chapter pages

* Update src/id/comicfx/src/eu/kanade/tachiyomi/extension/id/comicfx/ComicFx.kt

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Update src/id/comicfx/src/eu/kanade/tachiyomi/extension/id/comicfx/ComicFx.kt

* Update ComicFx.kt

* Update ComicFx.kt

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
2024-02-04 02:25:05 +00:00
stevenyomi 92a44a6f6f Mangabz: fix index.json base URL (#881) 2024-02-04 02:25:04 +00:00
stevenyomi 4b309832d3 Set desktop UA and update URL for some Chinese sources (#880)
* Set desktop UA and update URL for some Chinese sources

* Update linked websites
2024-02-04 02:25:04 +00:00
Luqman 879efc332f Remove MangaMiso source (#875) 2024-02-04 02:25:04 +00:00
AwkwardPeak7 27c632af46 OPSCANS: move to Madara (#862) 2024-02-04 02:24:58 +00:00
xingyuan li 1ffe983a73 Add header for manhuagui extension (#861)
* add `Accept-Language` header for manhuagui

* update extVersionCode
2024-02-04 02:24:57 +00:00
AwkwardPeak7 0737e27057 999Hentai: update api url (#857)
update api url
2024-02-04 02:24:57 +00:00
Secozzi a18a5e527c Add back manhuascan (#849)
* add back manhuascan

* bump version to 8

* stuff
2024-02-04 02:24:57 +00:00
beerpsi a200ab1081 Bato.to: Fix page list (#850)
* Bato.to: Fix page list

* Remove overengineering
2024-02-04 02:23:20 +00:00
beerpsi 5d47cb7ec6 ManhwaXXL: Move off BakaManga (#818)
* Move ManhwaXXL off BakaManga

* It's joever

* isNsfw = true

* Allow genre matching
2024-02-04 02:23:20 +00:00
Secozzi 220a70b423 Infinityscans, try to solve cloudflare turnstile in webview (#821)
solve cloudflare turnstile in webview
2024-02-04 02:23:20 +00:00
Draff 36f4827539 un fucky my wucky
CI / Prepare job (push) Successful in 3s Details
CI / Build multisrc modules (push) Successful in 11m4s Details
CI / Build individual modules (push) Successful in 1m44s Details
CI / Publish repo (push) Successful in 56s Details
2024-01-30 22:17:44 +00:00
beerpsi 56f64ce41c Rawdevart.art: Fix pagination (#816)
CI / Prepare job (push) Successful in 3s Details
CI / Build multisrc modules (push) Failing after 27s Details
CI / Build individual modules (push) Failing after 7s Details
CI / Publish repo (push) Has been skipped Details
2024-01-30 22:11:53 +00:00
beerpsi dccbfba8a6 Add Rawdevart.art (#813)
* Add Rawdevart.art

* Optimize icons
2024-01-30 22:11:53 +00:00
AwkwardPeak7 9f21ec0d06 fix Hitomi method conflict with ext-lib 1.5 methods (#806)
* maybe fix private fun conflict with ext-lib 1.5 interface methods

* add pages in description

* slight refactor

* bump

* make search default order same as site

some entries don't show up on popular sort
2024-01-30 22:11:53 +00:00
Claudemirovsky 73be84037b New source: pt/Taiyō (#799)
* feat: Create Taiyō base

* feat: Implement popular manga page

* feat: Implement latest updates page

* feat: Implement search manga page

* feat: (finally) Implement manga details page

i hate it

* feat: Implement chapter list

* feat: Parse page list

* feat: Rate-limit requests to image CDN

* fix: Fix crash when using URL intent handler

* chore: Add source icon

* Optimize icons with pingo

---------

Co-authored-by: beerpiss <lacvtg.a1.2023@gmail.com>
2024-01-30 22:11:53 +00:00
stevenyomi 12e864f85f Remove placeholder manifest files (#790) 2024-01-30 22:11:47 +00:00
beerpiss 52c1b103cb TM: Fix headers (3) 2024-01-30 22:11:05 +00:00
beerpsi 512fb0053a TM: Fix headers (#783)
* TM: Fix headers

* more proper header value regex
2024-01-30 22:11:05 +00:00
beerpsi c5e7cad6a8 TM: Fix headers (#778) 2024-01-30 22:11:05 +00:00
beerpsi acad777e6b Add PeachScan (#759)
* Add PeachScan

* I love linting

* Also remove old WickedWitchScan

* It's not novo anymore

* Remove unneeded className declaration

* Filter light novel entries from latest view (because we can here)

* ACTUALLY filter light novel entries from latest view (because we can here)

* Fix icon path + add Dango Scan

* Move image-decoder dependency to multisrc project

* shut up android studio

* fix dep specifier in additional.gradle

* Update multisrc/overrides/peachscan/default/additional.gradle

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

* Revert "Update multisrc/overrides/peachscan/default/additional.gradle"

This reverts commit 6b8722193a2181a8e9d8f6b65fb24afd30e5a548.
The comment serves as an explanation for why the dependency shouldn't
be in the Gradle version catalog; because no one else cares about this
dependency.

* Optimize icons

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-01-30 22:11:05 +00:00
Fermín Cirella 00f2eddb58 HN: Show only entire images (#768)
HN - Show only entire images
2024-01-30 22:11:05 +00:00
beerpsi bcfc74ef31 TM: Fix requests (#765) 2024-01-30 22:11:05 +00:00
beerpsi cabade3e41 TruyenGiHot: Update base URL and a lot of fixes (#747) 2024-01-30 22:11:05 +00:00
beerpsi 45c6f6a2b9 TruyenQQ: Update base URL (#749) 2024-01-30 22:11:05 +00:00
beerpsi 8504999a5c Remove MangaXY (#748) 2024-01-30 22:11:05 +00:00
AwkwardPeak7 96775f8190 add MangaStorm (#746)
* MangaStorm

* MangaStorm: icons
2024-01-30 22:11:05 +00:00
beerpsi 37866f48f2 Tsuki Mangas: Fix page ordering and chapter WebView (#742)
* Tsuki Mangas: Fix page ordering and chapter WebView

* bump version
2024-01-30 22:11:05 +00:00
AwkwardPeak7 3b998e9766 Update Synchrony (#741)
`2.4.5.1`
2024-01-30 22:11:05 +00:00
beerpsi 28b71a2648 Clean up HentaiNexus (#737) 2024-01-30 22:11:05 +00:00
beerpsi 0d1497285f HentaiNexus: Fix length=7; index=7 (#736) 2024-01-30 22:11:05 +00:00
stevenyomi 2a287d7398 Clean up AndroidManifest files (#735) 2024-01-30 22:11:05 +00:00
Mike 9ca3646702 Mangatown - longstrip parsing (#721) 2024-01-30 22:11:05 +00:00
beerpsi d70973dbf7 Add LANraragi (#702)
* Add LANraragi

* clean up build.gradle

* use buildList

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

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-01-30 22:11:03 +00:00
felixfon 72283a476a Fix manhuaren No value for response (#701)
fix(manhuaren): store the token to avoid being blocked
2024-01-30 22:09:36 +00:00
beerpsi eb364ada84 Add HentaiNexus (#719)
* Add HentaiNexus

* icons

* add parody filter

* Apply reviews
2024-01-30 22:09:36 +00:00
Chopper 1cf4e97133 Add Ler Mangás Online (#657)
* Add latestUpdates

* Fix source name

* Add manga details and chapter parse

* Add manga/webtoom filter

* Fix code style. Closes #403

* Fix Genre name

* Fix slug name

* Remove chapter_number settings

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Remove chapter name custom handling

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Remove override getMangaUrl

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Remove dead code

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Remove `initialized` settings

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Remove redundant code

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Remove redundant settings

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Remove unneeded code settings

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Add popularManga implementation

* Add 'query' in intent search

* Add fetch manga implementation

* Remove variable instance

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
2024-01-30 22:09:36 +00:00
beerpsi 4eb24b350b Add BlogTruyen.vn (unoriginal) (#686)
* Add BlogTruyen.vn (unoriginal)

* refactor a thing

* Add final newline

* Epic lint fail

* Move date format out of constructor arguments

* Remove manifest file in override

* Don't display genre list if empty

* Apply rate limit only to real BlogTruyen
2024-01-30 22:09:36 +00:00
beerpsi 259e12ad25 HentaiFox: Fix thumbnails on mobile UAs (#691) 2024-01-30 22:09:36 +00:00