TeamX fix no pages found (#4862)
This commit is contained in:
		
							parent
							
								
									648bcc5b56
								
							
						
					
					
						commit
						924ea25c53
					
				| @ -5,7 +5,7 @@ ext { | ||||
|     extName = 'Team X' | ||||
|     pkgNameSuffix = 'ar.teamx' | ||||
|     extClass = '.TeamX' | ||||
|     extVersionCode = 7 | ||||
|     extVersionCode = 8 | ||||
|     libVersion = '1.2' | ||||
| } | ||||
| 
 | ||||
|  | ||||
| @ -131,7 +131,7 @@ class TeamX : ParsedHttpSource() { | ||||
|     // Pages | ||||
| 
 | ||||
|     override fun pageListParse(document: Document): List<Page> { | ||||
|         return document.select("div#translationPageall img").mapIndexed { i, img -> | ||||
|         return document.select("div#translationPageall embed").mapIndexed { i, img -> | ||||
|             Page( | ||||
|                 i, | ||||
|                 "", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Riztard Lanthorn
						Riztard Lanthorn