diff options
author | friendica <info@friendica.com> | 2012-06-20 23:04:55 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-20 23:04:55 -0700 |
commit | 53c9ea760659b39deeab9cff5d4f26d5abd63d31 (patch) | |
tree | 5a7aabb78964ab82caebac84299015af4f87882d /include/Scrape.php | |
parent | 91a3a2d55137291cfea3dbe5feb4207bf46971ef (diff) | |
download | volse-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.php | 1 |
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; } |