fix mangakawaii pages doesnt load (#5646)
This commit is contained in:
		
							parent
							
								
									a3517579ad
								
							
						
					
					
						commit
						7fee35f1c7
					
				| @ -5,7 +5,7 @@ ext { | |||||||
|     extName = 'Mangakawaii' |     extName = 'Mangakawaii' | ||||||
|     pkgNameSuffix = 'fr.mangakawaii' |     pkgNameSuffix = 'fr.mangakawaii' | ||||||
|     extClass = '.MangaKawaii' |     extClass = '.MangaKawaii' | ||||||
|     extVersionCode = 15 |     extVersionCode = 16 | ||||||
|     libVersion = '1.2' |     libVersion = '1.2' | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -100,7 +100,7 @@ class MangaKawaii : ParsedHttpSource() { | |||||||
| 
 | 
 | ||||||
|     override fun pageListParse(response: Response): List<Page> { |     override fun pageListParse(response: Response): List<Page> { | ||||||
|         val body = response.asJsoup() |         val body = response.asJsoup() | ||||||
|         var div = body.select("div.text-center .d-none + div:not(#ppp)") |         var div = body.select("div.text-center div.d-none:has(img[data-src*=/serv-manga/])") | ||||||
|         var elements = div.select("img") |         var elements = div.select("img") | ||||||
| 
 | 
 | ||||||
|         val pages = mutableListOf<Page>() |         val pages = mutableListOf<Page>() | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Riztard Lanthorn
						Riztard Lanthorn