MangaLife, MangaSee: fix pages (#6134)
* MangaLife, MangaSee: fix pages * Remove log
This commit is contained in:
		
							parent
							
								
									a80d20aaab
								
							
						
					
					
						commit
						cd8698f49d
					
				@ -5,7 +5,7 @@ ext {
 | 
			
		||||
    extName = 'MangaLife'
 | 
			
		||||
    pkgNameSuffix = 'en.mangalife'
 | 
			
		||||
    extClass = '.MangaLife'
 | 
			
		||||
    extVersionCode = 12
 | 
			
		||||
    extVersionCode = 13
 | 
			
		||||
    libVersion = '1.2'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -259,7 +259,7 @@ class MangaLife : HttpSource() {
 | 
			
		||||
 | 
			
		||||
        val pageTotal = curChapter["Page"].string.toInt()
 | 
			
		||||
 | 
			
		||||
        val host = "https://" + script.substringAfter("vm.CurPathName = \"").substringBefore("\"")
 | 
			
		||||
        val host = "https://" + script.substringAfter("vm.CurrPathName = \"").substringBefore("\"")
 | 
			
		||||
        val titleURI = script.substringAfter("vm.IndexName = \"").substringBefore("\"")
 | 
			
		||||
        val seasonURI = curChapter["Directory"].string
 | 
			
		||||
            .let { if (it.isEmpty()) "" else "$it/" }
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,7 @@ ext {
 | 
			
		||||
    extName = 'Mangasee'
 | 
			
		||||
    pkgNameSuffix = 'en.mangasee'
 | 
			
		||||
    extClass = '.Mangasee'
 | 
			
		||||
    extVersionCode = 16
 | 
			
		||||
    extVersionCode = 17
 | 
			
		||||
    libVersion = '1.2'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -263,7 +263,7 @@ class Mangasee : HttpSource() {
 | 
			
		||||
 | 
			
		||||
        val pageTotal = curChapter["Page"].string.toInt()
 | 
			
		||||
 | 
			
		||||
        val host = "https://" + script.substringAfter("vm.CurPathName = \"").substringBefore("\"")
 | 
			
		||||
        val host = "https://" + script.substringAfter("vm.CurrPathName = \"").substringBefore("\"")
 | 
			
		||||
        val titleURI = script.substringAfter("vm.IndexName = \"").substringBefore("\"")
 | 
			
		||||
        val seasonURI = curChapter["Directory"].string
 | 
			
		||||
            .let { if (it.isEmpty()) "" else "$it/" }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user