Add Reset Scans (#202)

* Add Reset Scans

* Add Reset Scans (Madara)

* Remove initial override version code
This commit is contained in:
Wackery 2024-01-12 21:22:01 -08:00 committed by Draff
parent ddb46a88ce
commit 43a2a09e4b
8 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View File

@ -0,0 +1,7 @@
package eu.kanade.tachiyomi.extension.en.resetscans
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ResetScans : Madara("Reset Scans", "https://reset-scans.us", "en") {
override val useNewChapterEndpoint = true
override val chapterUrlSelector = ".li__text > a"
}

View File

@ -414,6 +414,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("ReadFreeComics", "https://readfreecomics.com", "en"), SingleLang("ReadFreeComics", "https://readfreecomics.com", "en"),
SingleLang("ReadMangaFree", "https://readmangafree.net", "en", isNsfw = true), SingleLang("ReadMangaFree", "https://readmangafree.net", "en", isNsfw = true),
SingleLang("ReadManhua", "https://readmanhua.net", "en", overrideVersionCode = 2), SingleLang("ReadManhua", "https://readmanhua.net", "en", overrideVersionCode = 2),
SingleLang("Reset Scans", "https://reset-scans.us", "en"),
SingleLang("Rh2PlusManga", "https://www.rh2plusmanga.com", "th", isNsfw = true, overrideVersionCode = 5), SingleLang("Rh2PlusManga", "https://www.rh2plusmanga.com", "th", isNsfw = true, overrideVersionCode = 5),
SingleLang("RichtoScan", "https://richtoscan.com", "es"), SingleLang("RichtoScan", "https://richtoscan.com", "es"),
SingleLang("Rightdark Scan", "https://rightdark-scan.com", "es"), SingleLang("Rightdark Scan", "https://rightdark-scan.com", "es"),