Adding news sources (#6647)

* Adding news sources

* Update MadaraGenerator.kt

* Update url

* Update url 2

* Update url 3

* Update url 4

* Update url 5

* Update url 6

* Adding overrideVersionCode

* Update url 7

* Update RandomScan.kt
This commit is contained in:
Matheus William
2021-04-21 06:41:47 -03:00
committed by GitHub
parent 36d5f0e7f5
commit 7dcdc68a1c
8 changed files with 56 additions and 2 deletions

View File

@ -251,7 +251,13 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Reset Scans", "https://reset-scans.com", "en", overrideVersionCode = 2),
SingleLang("XuN Scans", "https://reader.xunscans.xyz", "en"),
SingleLang("Sani-Go", "https://sani-go.net", "ar", className = "SaniGo"),
SingleLang("Random Scan", "https://randomscan.online/", "pt-BR"),
SingleLang("Random Scan", "https://randomscan.online", "pt-BR", overrideVersionCode = 1),
SingleLang("Fukushuu no Yuusha", "https://fny-scantrad.com", "fr"),
SingleLang("Three Queens Scanlator", "https://tqscan.com.br", "pt-BR"),
SingleLang("Winter Scan", "https://winterscan.com.br", "pt-BR"),
SingleLang("Little Monster Scan", "https://littlemonsterscan.com.br", "pt-BR"),
SingleLang("Wonderland", "https://landwebtoons.site", "pt-BR"),
SingleLang("Pornwha", "https://pornwha.com", "en", isNsfw = true),
)
companion object {