Commit Graph

44 Commits

Author SHA1 Message Date
BrutuZ de5d0be524
Update Manhwa18net layout (#18040)
* Update Manhwa18net layout

* Make SimpleDateFormat a constant

* Move/rename date parser functions to/in Constructor

* Add missing Imports
Reformat
2023-09-20 12:26:03 -03:00
Vetle Ledaal 72c75cd579
WeLoveManga: fix covers and pages (#17248)
* WeLoveManga: fix covers, pages

* nsfw
2023-07-24 17:51:59 -03:00
2Loong6 e258e74746
fix some manga id parse problem (#17229)
fix some manga id parse problem caused by regex
2023-07-23 09:33:08 -04:00
2Loong6 b57ae0f8bd
change domain (#17222)
* change domain
fix chapter and page logic

* add nsfw
2023-07-22 17:00:21 -03:00
Vetle Ledaal da1cfdc5ee
WeLoveMangaOne: fix chapter and page logic (#17196) 2023-07-21 17:41:40 -04:00
FlaminSarge ecd137d21a
[KSGroupScans] Migrate from FMReader to Madara (#15332) 2023-02-27 15:33:29 -03:00
arkon e1f59a845e
Update jsoup (#15321) 2023-02-11 22:22:32 -05:00
arkon baaee5cf21
Update linter (#15317) 2023-02-11 14:21:03 -05:00
are-are-are 4e85ab3f03
Update domain Saytruyen (#14752) 2023-01-02 07:59:20 -05:00
mao09 9483256432
Add WeLoveMangaOne. (#14630) 2022-12-23 17:10:03 -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
AntsyLich 16d4610115
KSGroupScans: Don't assign date_upload to chapters (#13669)
* KSGroupScans: Don't assign uploadDate to chapters

Date related stuff is highly broken in the site. Chapters from 2~3 months ago appear as 1 years ago

* Cleanup FMReaderGenerator

* Fix import
2022-10-01 09:03:45 -03:00
Prakash Palanisamy 1cf9468e67
Updating URL for WeLoveManga (Weloma formerly "RawLH") (#12610)
* Update WeLoveManga.kt

Updating URL for WeLoveManga ("Weloma" formerly "RawLH")

* Update FMReaderGenerator.kt

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/fmreader/FMReaderGenerator.kt

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

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2022-07-17 10:27:51 -04:00
2Loong6 55b52dc0ea
Update url to new domain (#12225) 2022-06-18 09:38:20 -04:00
nicki a3ef42b007
Manga TR & Fmreader: Parse Turkish Translation Statuses (#12202)
* Select Translation status in Manga-tr

selects the row and selects the second last element of the row to check
for translation status
previously it was checking raw status

* Add more strings to check Statuses

these were turkish strings as suggested by issue commentor

* increment version codes

increments mangatr because it got a fix for selecting correct Status
increments fmreader because it got new strings to parse for status
2022-06-15 11:11:59 -03:00
arkon 86d04b11b7
[skip ci] Address some compiler deprecation warnings (#12086) 2022-06-05 16:07:57 -04:00
arkon a578edb82c
Update to extensions-lib 1.3 (#11878) 2022-06-05 09:49:54 -04:00
arkon f94099b8e8 Revert "Update to extensions-lib 1.3 (#11298)"
This reverts commit 67263a106b.
2022-04-23 18:25:56 -04:00
arkon 67263a106b
Update to extensions-lib 1.3 (#11298) 2022-04-23 17:40:04 -04:00
Alessandro Jean 219bf0b1d2
Add support to string l10n in Madara (#10814)
* Localize the Madara strings.

* Lint some overrides.

* Add missing comma.

* Fix build error due to final in multilang sources.

* Fix typo in author string.

* Fix a merge conflict.
2022-02-28 16:37:21 -05:00
Troy121 39f3a126ff
Manhwa18: Fix pagination (#10387) 2022-01-09 11:26:09 -05:00
Troy121 fa7e1e75d0
KissLove: Update url to new domain (#10389) 2022-01-09 11:25:17 -05:00
Vetle Ledaal 1dfb6b491e
Update extension for changes on Manhwa18 website (#10365) 2022-01-06 05:54:03 -05:00
Vetle Ledaal 0fa1a6121f
Fix pagination for KSGroupScans (#10331) 2022-01-04 10:57:14 -05:00
jopejoe1 dd47251256
Added Icons to sources that did not have one (#10189)
* Update ZbuluGenerator.kt

* Update ZMangaGenerator.kt

* Update WPMangaStreamGenerator.kt

* Update WPMangaReaderGenerator.kt

* Update WPComicsGenerator.kt

* Update PizzaReaderGenerator.kt

* Update PaprikaGenerator.kt

* Update PaprikaAltGenerator.kt

* Update MMRCMSSources.kt

* Update MadaraGenerator.kt

* Update FoolSlideGenerator.kt

* Update FMReaderGenerator.kt

* Added missing icons

* Add more missing icons

* Add even more missing icons

* Add more missing icons again

* Add more and more and more missing icons

* More icons

* Wrong posstion

* Wrong postion
2021-12-22 08:17:44 -05:00
arkon 6a75de9261
Remove usage of @Nsfw annotation in favor of extension-level flagging (#9368) 2021-10-04 16:44:32 -04:00
Mook a03a505b78
FMReader: WeLoveManga: Fix page list parsing (#9196)
* FMReader: WeLoveManga: Fix page list parsing

They appear to have changed how their page list works, to instead be driven
off an attribute with a seemingly randomly generated name.  That name is
then emitted as part of the page script.  We can just rely on that
attribute being very long instead.

Fixes #9120

* FMReader: WeLoveManga: Fix imports.

They were not copied over correctly when copying the (edited) generated
code back to the source.
2021-09-24 06:13:00 -04:00
FlaminSarge d4a7c2bfbe
[LHTranslation] Migrate from FMReader to Madara (#8896) 2021-09-06 06:24:32 -04:00
Aria Moradi d0793a1741
add linting to multisrc (#8740)
* add linting to multisrc

* remove generated blocks

* lint again

* re-format the file

* remove buildScript block

* manaully format

* remove groups
2021-08-22 11:29:08 -04:00
Arraiment 25a7f2054a
Source migration from RawLH to WeLoveManga (#8433)
* Source migration from RawLH to WeLoveManga

* Minor url edit

* Override source id

* Revert pkg name change
2021-08-07 13:22:36 -04:00
aSimpleGuy a440eedf81
Update Say Truyen URL (#7812)
* Update SayTruyen.kt

* Say Truyen update url

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/fmreader/FMReaderGenerator.kt

Co-authored-by: Narin <narin.tana@hotmail.com>

Co-authored-by: Narin <narin.tana@hotmail.com>
2021-06-22 18:16:19 -04:00
h-hyuuga 35a77d7f0c
FMReader pt.3: Revenge of the Obfuscation (#7129)
* Attemped to fix fetchPageListEncrypted

* Remove ManhuaScan, HeroScan, ManhwaHot
2021-05-21 08:39:39 -04:00
h-hyuuga 89e9bd43a9
FMReader Fixes Pt.2: The Encryption Strikes Back (#7067)
* FMReader: fix fetchPageListEncrypted

* Add HARSH rate limiting to ManhwaHot, ManhuaScan, HeroScan

* Don't specify period=

* Bump versions
2021-05-17 15:50:05 -04:00
h-hyuuga 835f3d6633
FMReader Fixes: ManhuaScan, HeroScan, etc... (#7047)
* FMReader: Added to chapterDateSelector

* FMReader: Add fetchPageListEncrypted + Overrides for heroscan + manhuascan

* change manhwasmut to manhwahot + override

Co-authored-by: OncePunchedMan <64155117+OncePunchedMan@users.noreply.github.com>
2021-05-16 13:35:19 -04:00
arkon 50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -04:00
Johannes Joens ee098a3ea0
Removed sources that are down (#6664)
* Removed sites that are down

* Delete multisrc/overrides/fmreader/eighteenlhplus/src directory

* Delete multisrc/overrides/fmreader/hanascanrawqq/src directory

* Update FoolSlideGenerator.kt
2021-04-22 02:44:49 -04:00
Johannes Joens 03937cb8a1
Added Icons to a few more extensions (#6557)
* Update MangaCatalogGenerator.kt

* Added Erofus icons

* Added Icons Madara Batch 1/3

* Added Icons Madara Batch 2/3

* Added Icons Madara Batch 3/3

* Added Icons zBulu

* Added Sekaikomik Icons

* Added icons to fmreader

* Update FMReaderGenerator.kt

* Update EroMuseGenerator.kt

* Update ZbuluGenerator.kt

* Update WPMangaReaderGenerator.kt

* Update MadaraGenerator.kt

* Update WPComicsGenerator.kt

* Moved files in right directory

* deleted old directory

* Update build.gradle
2021-04-15 07:47:26 -04:00
Riztard Lanthorn f1e165dac0
add alternative name, cleaning some code, add icon (#6484)
* MangaSee/Life: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* WPMangaReader: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* FMReader: add alt name

add alternative name to manga description
remove author name if its "Updating"

* MangaPark: add alt name

add alternative name to manga description

* WPMangaStream: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* MangaBox: add alt name

add alternative name to manga description

* MaidManga: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* Komiku: cleaning code

cleaning series type code

* ManhuaID: cleaning code

cleaning series type code

* cleaning, tweaking

* add 18+

* add some source icon in fmreader

Co-Authored-By: Ankit Singh <as280093@gmail.com>

* add some source icon in wpmangareader

Co-Authored-By: Ankit Singh <as280093@gmail.com>

* add some source icon in wpmangastream

Co-Authored-By: Ankit Singh <as280093@gmail.com>

* Ngomik: fix thumbnail and chapter images

Co-authored-by: Ankit Singh <as280093@gmail.com>
2021-04-13 08:10:49 -04:00
Johannes Joens defa03d68d
added Icons to a few extensions (#6403)
* Fork Repo

* Added icons

* Removed empty file

* Added icons to manhwa18

* Added icons for manhwa18.net

* Add Foolslide icon batch 1/2 provided by @as280093

* Add Foolslide icon batch 2/2 provided by @as280093

* Add WP-Comics icon batch provided by @as280093
2021-04-03 07:00:55 -04:00
Riztard Lanthorn 73481f1817
KSGroupScans: add source (#6362) 2021-03-31 10:04:48 -04:00
Aria Moradi c5150c26eb
[SKIP CI] add additional gradle support (#5845) 2021-02-14 10:29:49 -05:00
Aria Moradi 34fb336c0d
Manhwasmut (#5838)
* fix manhuaSmut's package

* bump version
2021-02-13 12:59:23 -05:00
Riztard Lanthorn 85955442c2
add LHTranslation icon (#5824) 2021-02-13 08:47:39 -05:00
Aria Moradi 3bc1aa5e3b
Fmreader split (#5800)
* split fmreader

* convert Manhwa18Net to factory

* remove the extra source

* add back Manhwa18

* fix building
2021-02-12 15:41:46 -05:00