]> git.mxchange.org Git - friendica.git/commitdiff
include some notes on grabbing the tumblr avatar
authorfriendica <info@friendica.com>
Sun, 11 Nov 2012 08:44:30 +0000 (00:44 -0800)
committerfriendica <info@friendica.com>
Sun, 11 Nov 2012 08:44:30 +0000 (00:44 -0800)
include/Scrape.php

index 58c7de9d74d70d4b5be5b2c2d7ae0463954ce50a..611cbda8860e05a48eb6237523001f0da90af354 100644 (file)
@@ -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)