improve recognition of tumblr feeds. I hope we don't need special feed logic to find the feeds for every site on the web. We were so far beyond this ten years ago.
This commit is contained in:
		
					parent
					
						
							
								b01ca0e345
							
						
					
				
			
			
				commit
				
					
						de5a21bec4
					
				
			
		
					 3 changed files with 198 additions and 189 deletions
				
			
		| 
						 | 
				
			
			@ -590,6 +590,12 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 | 
			
		|||
 | 
			
		||||
		$check_feed = false;
 | 
			
		||||
 | 
			
		||||
		if(stristr($url,'tumblr.com') && (! stristr($url,'/rss'))) {
 | 
			
		||||
			$poll = $url . '/rss';
 | 
			
		||||
			$check_feed = true;
 | 
			
		||||
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if($twitter || ! $poll)
 | 
			
		||||
			$check_feed = true;
 | 
			
		||||
		if((! isset($vcard)) || (! x($vcard,'fn')) || (! $profile))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue