Fix bad CSS selector at GM. (#8763)
This commit is contained in:
		
							parent
							
								
									ab391bff6c
								
							
						
					
					
						commit
						61cda66933
					
				@ -5,7 +5,7 @@ ext {
 | 
			
		||||
    extName = 'Golden Mangás'
 | 
			
		||||
    pkgNameSuffix = 'pt.goldenmangas'
 | 
			
		||||
    extClass = '.GoldenMangas'
 | 
			
		||||
    extVersionCode = 11
 | 
			
		||||
    extVersionCode = 12
 | 
			
		||||
    libVersion = '1.2'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -106,7 +106,7 @@ class GoldenMangas : ParsedHttpSource() {
 | 
			
		||||
        genre = secondColumn.select("h5:contains(Genero) a")
 | 
			
		||||
            .filter { it.text().isNotEmpty() }
 | 
			
		||||
            .joinToString { it.text() }
 | 
			
		||||
        status = secondColumn.select("h5:contain(Status) a").text().toStatus()
 | 
			
		||||
        status = secondColumn.select("h5:contains(Status) a").text().toStatus()
 | 
			
		||||
        description = document.select("#manga_capitulo_descricao").text()
 | 
			
		||||
        thumbnail_url = firstColumn.attr("abs:src")
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user