Add Reset Scans (#202)
* Add Reset Scans * Add Reset Scans (Madara) * Remove initial override version code
This commit is contained in:
parent
ddb46a88ce
commit
43a2a09e4b
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 |
|
@ -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"
|
||||||
|
}
|
|
@ -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"),
|
||||||
|
|
Loading…
Reference in New Issue