Commit Graph

7 Commits

Author SHA1 Message Date
Draff 5c8cb75e9a come up to date with keiyoushi builds
CI / Prepare job (push) Successful in 3s Details
CI / Build multisrc modules (push) Successful in 8m10s Details
CI / Build individual modules (push) Successful in 38s Details
CI / Publish repo (push) Successful in 1m39s Details
2024-01-22 21:19:41 +00:00
arkon e1f59a845e
Update jsoup (#15321) 2023-02-11 22:22:32 -05:00
Alexander Chernov bb24257b06
feat: added manhwax as source (#11566) 2022-04-22 09:24:15 -04:00
Alessandro Jean 6339053df1
Add a migrate to GH message in GS main extension (#11528)
* Add a migrate to GH message in GS main extension.

* Fix missing override in nullableChapterFromElement.
2022-04-19 18:55:28 -03:00
curche 959f5dd1b7
Fix regex for chapterNumber in FAScans (#7479)
* use better regex to get chapterNumber for FAScans

previously : "d+"
new        : "[1-9]\d*(\.\d+)*"
this allows it to parse Chapter Extras like Chapter 67.5 : Volume Omake

also removed not needed comment

* update versioncode for FAScans in MMRCMS Generator
2021-06-05 07:41:32 -04:00
curche aac7a7375f
Fix chapter names in FallenAngels (#7469)
* create override for fallenangels in mmrcms

* construct chapter name without manga name

previous - <mangaName> <chapterNumber> : <chapterTitle>
current  - Chapter     <chapterNumber> : <chapterTitle>

* remove unnecessary code not specific to fallenangels

- name the package correctly to fallenangels
- remove excess code copied over from MMRCMS method that isn't required
for fallenangel source
- refactor parsing date for date_upload
- parse the correct Tag from Element to get Chapter title

* remove unused regex

* update versionCode for FallenAngels in generator
2021-06-04 18:13:17 -04:00
Johannes Joens 9b00d811d6
Mmrcms split with revisions for #6742 (#6767)
* Add MMRCMS.kt

* Add Files

* Add files via upload

* Delete src/all/mmrcms directory

* Added icons
2021-05-01 16:52:32 -04:00