aboutsummaryrefslogtreecommitdiffstats
path: root/include/Scrape.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-20 23:04:55 -0700
committerfriendica <info@friendica.com>2012-06-20 23:04:55 -0700
commit53c9ea760659b39deeab9cff5d4f26d5abd63d31 (patch)
tree5a7aabb78964ab82caebac84299015af4f87882d /include/Scrape.php
parent91a3a2d55137291cfea3dbe5feb4207bf46971ef (diff)
downloadvolse-hubzilla-53c9ea760659b39deeab9cff5d4f26d5abd63d31.tar.gz
volse-hubzilla-53c9ea760659b39deeab9cff5d4f26d5abd63d31.tar.bz2
volse-hubzilla-53c9ea760659b39deeab9cff5d4f26d5abd63d31.zip
show last.fm source in username
Diffstat (limited to 'include/Scrape.php')
-rw-r--r--include/Scrape.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scrape.php b/include/Scrape.php
index 947f3f99f..4f53effe9 100644
--- a/include/Scrape.php
+++ b/include/Scrape.php
@@ -569,6 +569,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
$profile = $url;
$poll = str_replace(array('www.','last.fm/'),array('','ws.audioscrobbler.com/1.0/'),$url) . '/recenttracks.rss';
$vcard['nick'] = basename($url);
+ $vcard['fn'] = $vcard['nick'] . t(' on Last.fm');
$network = NETWORK_FEED;
}