Commit Graph

575 Commits

Author SHA1 Message Date
bapeey
3f36571197
Add ManhuaKO (#1662) 2024-03-02 20:39:49 +00:00
OtakuArab
2148fa32fd
Manhwa Freak: update URL (#1660)
* Update build.gradle

* Update ManhwaFreak.kt
2024-03-02 20:38:23 +00:00
AwkwardPeak7
4aa51f4acf
OppaiStream: update selectors (#1658) 2024-03-02 20:37:34 +00:00
AwkwardPeak7
b498b0dad6
GravureBlogger: fix incomplete results due to incorrect totalResults field (#1657) 2024-03-02 20:37:18 +00:00
AwkwardPeak7
d4244eec23
Remove some sources (#1656)
* remove 247Manga

site redirects to luxmanga.net which already exists as extension

* remove 1st Manhwa

site redirects to Todaymic

* add description selector
2024-03-02 20:37:04 +00:00
nausicaa
136bdd6a0e
NewToki: fix manga details with long title (#1653)
* Modifying the inability to make a chapter when the manga title is too long

* Update src/ko/newtoki/src/eu/kanade/tachiyomi/extension/ko/newtoki/NewToki.kt

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

* Update src/ko/newtoki/src/eu/kanade/tachiyomi/extension/ko/newtoki/NewToki.kt

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

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-03-02 20:37:00 +00:00
AwkwardPeak7
6850fb0663
Mangathemesia refactor (#1637)
* remove randomua

* i18n

* add other language based selectors

* countviews in background

* small cleanup

* lint

* fix

* bump

* fix genre resetting

* use enqueue instead of coroutinescope

* fix build

* fix build x2

* add back genre missing warning

* Add ES translations

* lint

* Add available language

* lint

I hate lint

* review

- lowercase match for status
- callback on site

* review x2, also fix smol mistake

* lint

:)

* lowercase some translations

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

* lowercase some translations

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

* remove "人気"

* inline the labels

* lint

thank you lint, very cool

---------

Co-authored-by: bapeey <90949336+bapeey@users.noreply.github.com>
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-03-02 20:30:17 +00:00
AwkwardPeak7
10e5b90ec3
MangaGalaxy: move to MangaThemesia (#1634) 2024-03-02 20:30:12 +00:00
stevenyomi
f5b84ad057
Update Renovate config (#1649)
* Update `config:base` to `config:recommended` (rename)
* Schedule on every Sunday
* Group all GitHub Actions deps in a single PR
* Ignore issue moderator, since we'll manually update it (possibly with config changes)
* Include and exclude Gradle dependencies (will enable ktlint individually in the future)
* Include Gradle itself (Gradle Wrapper)
2024-03-02 17:48:47 +07:00
Eshlender
60c28a011a
[RU] Nude-moon new domain (#1654)
* [RU] Nude-moon new domain

Closes https://github.com/keiyoushi/extensions-source/issues/1633

* extVersionCode
2024-03-02 13:36:09 +05:00
bapeey
f50a24ebd2
Add TMOManga (#1638) 2024-03-02 13:21:29 +05:00
stevenyomi
15d24c34d7 Use full version code in GitHub Actions deps 2024-03-02 02:24:40 +00:00
stevenyomi
e04f151da8 Update issue autocloser rules 2024-02-29 18:49:24 +00:00
stevenyomi
74ff466bb5 Remove Bilibili Comics (#1626) 2024-02-29 16:51:18 +00:00
stevenyomi
6eec7ad72d Remove dead sources (#1625)
* Remove ZuttoManga, closes #647

* Remove WebtoonsTOP, closes #648
2024-02-29 16:51:14 +00:00
Cuong M. Tran
9259b38e70 MangaOwl.to: Fix manga’s URL for other mirrors (#1624)
Fix manga’s URL for other mirrors
2024-02-29 16:51:10 +00:00
Tef
e4ad766521 Add Mangamonks (#1599)
* Add MangaMonks

* Fixed page in search

* Update res

* Fixed search exception

* Applied requested changes

* Applied requested changes

* Revert "Applied requested changes"

This reverts commit 237d3313f7.
2024-02-29 16:20:29 +00:00
Rama Bondan Prakoso
104630c7fe Anchira: Add trending filter (#1522)
Anchira: Add trending filters

Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
2024-02-29 16:20:23 +00:00
AwkwardPeak7
b3d2f2a01d Manga Online: add headers to requests (#1619) 2024-02-29 19:55:21 +05:00
Cuong M. Tran
2cf9976aec 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-02-29 19:46:34 +05:00
AwkwardPeak7
6289e61041 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-02-29 18:38:03 +05:00
Secozzi
b873136c0a add alandal (#1600)
* add alandal

* clarify
2024-02-29 18:27:58 +05:00
Henry
5c5be6379c Void Scans: Update Domain (#1605)
Void Scans: Update domain
2024-02-29 17:24:53 +05:00
renovate[bot]
03d26e9065 Update actions/setup-java digest to 9704b39 (#1594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-29 08:16:05 +05:00
Cuong M. Tran
e28a721180 New source: Cartoon18 (#1467)
* New source: Cartoon18

isNSFW
lang: zh

* cleanup

* improve
2024-02-28 20:47:56 +05:00
Fermín Cirella
0c0f921d74 Add Lolivault (#1592)
* Add Lolivault

* Use FoolSlide theme
2024-02-28 20:41:36 +05:00
Secozzi
dc582993f2 add readmanga (#1505)
* add readmanga

* indentation

* Fix filters note

* replace .run

* prioritize search
2024-02-28 20:36:37 +05:00
Vetle Ledaal
2906f0dc01 MajorScans: fix double image (#1584) 2024-02-28 20:34:48 +05:00
bapeey
89bc635ebe Kumanga: Update apiUrl and minor changes (#1586)
Fix Kumanga
2024-02-28 20:33:58 +05:00
stevenyomi
1156546834 Kemono: fix missing posts (#1587) 2024-02-28 20:28:58 +05:00
bapeey
b202b87e0c Epsilon Scan: Move to Madara (#1582)
* Save

* Move to Madara
2024-02-27 20:30:38 +05:00
bapeey
cb78ca5412 ManhwaWeb: Fix chapter url (#1583)
I blame the IDE for not tell me about unused val
2024-02-27 20:29:51 +05:00
bapeey
7c0f388821 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 19:38:22 +05:00
bapeey
d2e3267e47 TresDaosScan: Move to Madara (#1581)
Move to Madara
2024-02-27 19:31:30 +05:00
Chopper
a77ca44655 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 19:16:55 +05:00
renovate[bot]
23efcf1482 Update gradle/wrapper-validation-action digest to 699bb18 (#1557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-27 08:02:11 +07:00
renovate[bot]
ddf5b8694e Update actions/download-artifact digest to 87c5514 (#1564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-27 08:00:32 +07:00
TheKingTermux
6f46d133cf [Source is Down] Remove JMana & Esomanga (#1540)
* JMana Source is Down

* Esomamga Source is Down
2024-02-26 19:23:30 +05:00
Chopper
d226124f81 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-26 19:20:11 +05:00
bapeey
567e195dc8 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-26 19:18:46 +05:00
Chopper
ac5a5f0ecd 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-26 19:15:49 +05:00
mohamedotaku
982e2d72bd Change url Shinigami "id" (#1546) 2024-02-26 18:02:20 +05:00
bapeey
c159fd6f01 Manga Demon: Update domain (#1545)
* Update domain

* Remove CHANGELOG.md
2024-02-26 18:00:56 +05:00
bapeey
9876e56c33 BarManga: Change dateFormat (#1537)
Change dateformat
2024-02-26 17:49:22 +05:00
beerpsi
4cbfd4b720 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-26 17:46:07 +05:00
Tef
b95ee17453 Add JManga (#1489)
* Add JManga

* Add JManga

* Fixed date parsing

* Removed seconds

* Removed replaceSearchPath

* Removed extra newlines

* Applied requested changes
2024-02-26 17:43:40 +05:00
Cuong M. Tran
cec0079b53 Fix Madara was unable to reset Genre’s checkbox (#1476)
* Fix Madara was unable to reset Gener’s checkbox

* revert base version
2024-02-26 17:42:31 +05:00
bapeey
cd0652e2e1 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-26 17:41:46 +05:00
mohamedotaku
dd691b869f Add source MajorScans "tr" (#1460)
* Add source MajorScans "tr"

* Update build.gradle
2024-02-26 17:34:31 +05:00
mohamedotaku
da5c306a99 Change Url Hayalistic "tr" (#1510) 2024-02-25 22:34:18 +07:00