Change GS Nation to ReaperScans.fr (#8128)
* Change GS Nation to ReaperScans.fr * Fix URL and id * Add "(GS)" to extension name
This commit is contained in:
parent
3ff3a4f82f
commit
4ecd3ab312
multisrc
overrides/wpmangareader/gsnation
src/main/java/eu/kanade/tachiyomi/multisrc/wpmangareader
Binary file not shown.
Before ![]() (image error) Size: 3.5 KiB After ![]() (image error) Size: 4.2 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 1.9 KiB After ![]() (image error) Size: 2.4 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 4.9 KiB After ![]() (image error) Size: 5.6 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 8.4 KiB After ![]() (image error) Size: 10 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 13 KiB After ![]() (image error) Size: 14 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 71 KiB After ![]() (image error) Size: 60 KiB ![]() ![]() |
@ -8,7 +8,10 @@ import org.jsoup.nodes.Document
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class GSNation : WPMangaReader("GS Nation", "http://gs-nation.fr", "fr", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.FRANCE)) {
|
||||
class ReaperScansFR : WPMangaReader("ReaperScans.fr (GS)", "https://reaperscans.fr", "fr", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.FRANCE)) {
|
||||
|
||||
// Formerly "GS Nation"
|
||||
override val id: Long = 8953394032396297337
|
||||
|
||||
// remove the novels from the response
|
||||
override fun searchMangaParse(response: Response): MangasPage {
|
@ -29,7 +29,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
|
||||
SingleLang("Luminous Scans", "https://www.luminousscans.com", "en"),
|
||||
SingleLang("Azure Scans", "https://azuremanga.com", "en"),
|
||||
SingleLang("GS Nation", "https://gs-nation.fr", "fr", overrideVersionCode = 1),
|
||||
SingleLang("ReaperScans.fr (GS)", "https://reaperscans.fr", "fr", className = "ReaperScansFR", pkgName = "gsnation", overrideVersionCode = 2),
|
||||
SingleLang("YugenMangas", "https://yugenmangas.com", "es"),
|
||||
SingleLang("DragonTranslation", "https://dragontranslation.com", "es", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("Patatescans", "https://patatescans.com", "fr", isNsfw = true, overrideVersionCode = 1),
|
||||
|
Loading…
x
Reference in New Issue
Block a user