Fix "Page List Empty" with Randomized Suffix (KissManga) (#2772)
Fix "Page List Empty" with Randomized Suffix (KissManga)
This commit is contained in:
		
							parent
							
								
									05561c80c1
								
							
						
					
					
						commit
						23f6b3c46b
					
				@ -5,7 +5,7 @@ ext {
 | 
			
		||||
    appName = 'Tachiyomi: Kissmanga'
 | 
			
		||||
    pkgNameSuffix = 'en.kissmanga'
 | 
			
		||||
    extClass = '.Kissmanga'
 | 
			
		||||
    extVersionCode = 16
 | 
			
		||||
    extVersionCode = 17
 | 
			
		||||
    libVersion = '1.2'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -182,10 +182,7 @@ class Kissmanga : ParsedHttpSource() {
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // Finally find all the urls and decrypt them in JS.
 | 
			
		||||
            // To fix this randomize thing
 | 
			
		||||
            var x = Pattern.compile("(.*)[(]wrapKA")
 | 
			
		||||
            var y = x.matcher(body)
 | 
			
		||||
            p = Pattern.compile("""$y.group(1)\((.*)\);""")
 | 
			
		||||
            p = Pattern.compile("""lst[A-Z]+.push\((.*)\);""")
 | 
			
		||||
            m = p.matcher(body)
 | 
			
		||||
 | 
			
		||||
            var i = 0
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user