WIP
This commit is contained in:
		@@ -44,10 +44,11 @@ class MihaaruScraper
 | 
			
		||||
            $this->author = $cleaneddata;
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        $crawler->filter('.text-faseyha')->each(function ($node) {
 | 
			
		||||
        $crawler->filter('p.text-faseyha.text-19px')->each(function ($node) {
 | 
			
		||||
            $this->content[] = $node->text();
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        $crawler->filter('.items-end a')->each(function ($node) {
 | 
			
		||||
 | 
			
		||||
            try {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user