parent
							
								
									483a9bbc70
								
							
						
					
					
						commit
						20b50323b9
					
				| @ -2,8 +2,8 @@ ext { | ||||
|     extName = 'Ragnarok Scanlation' | ||||
|     extClass = '.RagnarokScanlation' | ||||
|     themePkg = 'madara' | ||||
|     baseUrl = 'https://ragnarokscanlation.net' | ||||
|     overrideVersionCode = 1 | ||||
|     baseUrl = 'https://ragnarokscanlation.org' | ||||
|     overrideVersionCode = 2 | ||||
| } | ||||
| 
 | ||||
| apply from: "$rootDir/common.gradle" | ||||
|  | ||||
| @ -4,4 +4,16 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara | ||||
| import java.text.SimpleDateFormat | ||||
| import java.util.Locale | ||||
| 
 | ||||
| class RagnarokScanlation : Madara("Ragnarok Scanlation", "https://ragnarokscanlation.net", "es", SimpleDateFormat("MMMM d, yyyy", Locale("es"))) | ||||
| class RagnarokScanlation : Madara( | ||||
|     "Ragnarok Scanlation", | ||||
|     "https://ragnarokscanlation.org", | ||||
|     "es", | ||||
|     SimpleDateFormat("MMMM d, yyyy", Locale("en")), | ||||
| ) { | ||||
|     override val versionId = 2 | ||||
| 
 | ||||
|     override val useLoadMoreRequest = LoadMoreStrategy.Always | ||||
|     override val useNewChapterEndpoint = true | ||||
| 
 | ||||
|     override val mangaSubString = "series" | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 bapeey
						bapeey