Add spectral (#7367)
This commit is contained in:
		
							parent
							
								
									e6753d4ea5
								
							
						
					
					
						commit
						9a6a106b38
					
				
							
								
								
									
										10
									
								
								src/pt/spectralscan/build.gradle
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/pt/spectralscan/build.gradle
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,10 @@ | |||||||
|  | ext { | ||||||
|  |     extName = 'Spectral Scan' | ||||||
|  |     extClass = '.SpectralScan' | ||||||
|  |     themePkg = 'madara' | ||||||
|  |     baseUrl = 'https://spectralscan.xyz' | ||||||
|  |     overrideVersionCode = 0 | ||||||
|  |     isNsfw = false | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | apply from: "$rootDir/common.gradle" | ||||||
							
								
								
									
										
											BIN
										
									
								
								src/pt/spectralscan/res/mipmap-hdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/pt/spectralscan/res/mipmap-hdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 8.6 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/pt/spectralscan/res/mipmap-mdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/pt/spectralscan/res/mipmap-mdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 4.3 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/pt/spectralscan/res/mipmap-xhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/pt/spectralscan/res/mipmap-xhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 14 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/pt/spectralscan/res/mipmap-xxhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/pt/spectralscan/res/mipmap-xxhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 27 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/pt/spectralscan/res/mipmap-xxxhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/pt/spectralscan/res/mipmap-xxxhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 43 KiB | 
| @ -0,0 +1,16 @@ | |||||||
|  | package eu.kanade.tachiyomi.extension.pt.spectralscan | ||||||
|  | 
 | ||||||
|  | import eu.kanade.tachiyomi.multisrc.madara.Madara | ||||||
|  | import java.text.SimpleDateFormat | ||||||
|  | import java.util.Locale | ||||||
|  | 
 | ||||||
|  | class SpectralScan : Madara( | ||||||
|  |     "Spectral Scan", | ||||||
|  |     "https://spectralscan.xyz", | ||||||
|  |     "pt-BR", | ||||||
|  |     dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("pt", "BR")), | ||||||
|  | ) { | ||||||
|  |     override val useLoadMoreRequest = LoadMoreStrategy.Never | ||||||
|  |     override val useNewChapterEndpoint = true | ||||||
|  |     override val mangaDetailsSelectorStatus = "div.post-content_item:contains(Estado) > div.summary-content" | ||||||
|  | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Hellkaros
						Hellkaros