Remove Liebe Schnee Hiver (#10592)
* Update WPMangaStreamGenerator.kt * Delete multisrc/overrides/wpmangastream/liebeschneehiver directory
This commit is contained in:
		
							parent
							
								
									121b012a34
								
							
						
					
					
						commit
						1be17f1547
					
				
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 7.4 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 3.7 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 11 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 23 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 36 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 258 KiB  | 
@ -1,23 +0,0 @@
 | 
			
		||||
package eu.kanade.tachiyomi.extension.tr.liebeschneehiver
 | 
			
		||||
 | 
			
		||||
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
 | 
			
		||||
import eu.kanade.tachiyomi.multisrc.wpmangastream.WPMangaStream
 | 
			
		||||
import okhttp3.OkHttpClient
 | 
			
		||||
import java.text.SimpleDateFormat
 | 
			
		||||
import java.util.Locale
 | 
			
		||||
import java.util.concurrent.TimeUnit
 | 
			
		||||
 | 
			
		||||
class LiebeSchneeHiver : WPMangaStream(
 | 
			
		||||
    "Liebe Schnee Hiver",
 | 
			
		||||
    "https://lshistoria.com",
 | 
			
		||||
    "tr",
 | 
			
		||||
    SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("tr"))
 | 
			
		||||
) {
 | 
			
		||||
    private val rateLimitInterceptor = RateLimitInterceptor(4)
 | 
			
		||||
 | 
			
		||||
    override val client: OkHttpClient = network.cloudflareClient.newBuilder()
 | 
			
		||||
        .connectTimeout(10, TimeUnit.SECONDS)
 | 
			
		||||
        .readTimeout(30, TimeUnit.SECONDS)
 | 
			
		||||
        .addNetworkInterceptor(rateLimitInterceptor)
 | 
			
		||||
        .build()
 | 
			
		||||
}
 | 
			
		||||
@ -28,7 +28,6 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
 | 
			
		||||
        SingleLang("KomikIndo.co", "https://komikindo.co", "id", className = "KomikindoCo", overrideVersionCode = 3),
 | 
			
		||||
        SingleLang("Readkomik", "https://readkomik.com", "en", className = "ReadKomik", overrideVersionCode = 1),
 | 
			
		||||
        SingleLang("MangaIndonesia", "https://mangaindonesia.net", "id"),
 | 
			
		||||
        SingleLang("Liebe Schnee Hiver", "https://lshistoria.com", "tr", overrideVersionCode = 1),
 | 
			
		||||
        SingleLang("GoGoManga", "https://gogomanga.org", "en"),
 | 
			
		||||
        SingleLang("GURU Komik", "https://gurukomik.com", "id"),
 | 
			
		||||
        SingleLang("Shea Manga", "http://sheamanga.my.id", "id", overrideVersionCode = 2),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user