fix wpComics - manhuaes page parse (#5216)
older chapter cant load image
This commit is contained in:
		
							parent
							
								
									3b3695f97b
								
							
						
					
					
						commit
						2992ad58d4
					
				| @ -5,7 +5,7 @@ ext { | ||||
|     extName = 'WP-Comics' | ||||
|     pkgNameSuffix = 'all.wpcomics' | ||||
|     extClass = '.WPComicsFactory' | ||||
|     extVersionCode = 14 | ||||
|     extVersionCode = 15 | ||||
|     libVersion = '1.2' | ||||
| } | ||||
| 
 | ||||
|  | ||||
| @ -41,7 +41,7 @@ private class ManhuaES : WPComics("Manhua ES", "https://manhuaes.com", "en", Sim | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     override val pageListSelector = "div.chapter-detail ul img" | ||||
|     override val pageListSelector = "div.chapter-detail ul img, div.chapter-detail div:not(.container) > img" | ||||
| } | ||||
| 
 | ||||
| private class MangaSum : WPComics("MangaSum", "https://mangasum.com", "en", SimpleDateFormat("MM/dd/yy", Locale.US), null) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Riztard Lanthorn
						Riztard Lanthorn