forked from recloudstream/cloudstream
		
	modify akwam desc selector (#468)
This commit is contained in:
		
							parent
							
								
									fd6eee635f
								
							
						
					
					
						commit
						487fa53b81
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -97,7 +97,7 @@ class AkwamProvider : MainAPI() { | ||||||
|                 it.text().contains("مدة الفيلم") |                 it.text().contains("مدة الفيلم") | ||||||
|             }?.text()?.getIntFromText() |             }?.text()?.getIntFromText() | ||||||
| 
 | 
 | ||||||
|         val synopsis = doc.select("div.widget-body p").text() |         val synopsis = doc.select("div.widget-body p:first-child").text() | ||||||
| 
 | 
 | ||||||
|         val rating = doc.select("span.mx-2").text().split("/").lastOrNull()?.replace(" ", "") |         val rating = doc.select("span.mx-2").text().split("/").lastOrNull()?.replace(" ", "") | ||||||
|             ?.toDoubleOrNull() |             ?.toDoubleOrNull() | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue