Tachiyomi-Extensions/multisrc
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
..
overrides Fix chapter names in FallenAngels (#7469) 2021-06-04 18:13:17 -04:00
src/main Fix chapter names in FallenAngels (#7469) 2021-06-04 18:13:17 -04:00
build.gradle.kts Compile to SDK 30, update lib dependencies (#7187) 2021-05-22 16:04:17 -04:00