Update regexp for pages from Readmanga/Mintmanga (#1111)
This commit is contained in:
		
							parent
							
								
									f287d313c3
								
							
						
					
					
						commit
						8f9737f567
					
				| @ -118,7 +118,7 @@ class Mintmanga : ParsedHttpSource() { | ||||
|         val endIndex = html.indexOf("], 0, false);", beginIndex) | ||||
|         val trimmedHtml = html.substring(beginIndex, endIndex) | ||||
| 
 | ||||
|         val p = Pattern.compile("'.+?','.+?',\".+?\"") | ||||
|         val p = Pattern.compile("'.*?','.*?',\".*?\"") | ||||
|         val m = p.matcher(trimmedHtml) | ||||
| 
 | ||||
|         val pages = mutableListOf<Page>() | ||||
|  | ||||
| @ -118,7 +118,7 @@ class Readmanga : ParsedHttpSource() { | ||||
|         val endIndex = html.indexOf("], 0, false);", beginIndex) | ||||
|         val trimmedHtml = html.substring(beginIndex, endIndex) | ||||
| 
 | ||||
|         val p = Pattern.compile("'.+?','.+?',\".+?\"") | ||||
|         val p = Pattern.compile("'.*?','.*?',\".*?\"") | ||||
|         val m = p.matcher(trimmedHtml) | ||||
| 
 | ||||
|         val pages = mutableListOf<Page>() | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Taumer
						Taumer