From 6e0dd29c1b8f5dbe36428c334244b21a0414d08a Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 11 Nov 2012 00:44:30 -0800 Subject: [PATCH] include some notes on grabbing the tumblr avatar --- include/Scrape.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Scrape.php b/include/Scrape.php index 58c7de9d74..611cbda886 100644 --- a/include/Scrape.php +++ b/include/Scrape.php @@ -593,7 +593,7 @@ function probe_url($url, $mode = PROBE_NORMAL) { if(stristr($url,'tumblr.com') && (! stristr($url,'/rss'))) { $poll = $url . '/rss'; $check_feed = true; - + // Will leave it to others to figure out how to grab the avatar, which is on the $url page in the open graph meta links } if($twitter || ! $poll)