Merge pull request #1448 from annando/issue1432

Removed the special detection for facebook and app.net
This commit is contained in:
fabrixxm 2015-03-25 11:13:50 +01:00
commit c42d6b133e
1 changed files with 0 additions and 11 deletions

View File

@ -364,17 +364,6 @@ function probe_url($url, $mode = PROBE_NORMAL) {
$network = NETWORK_TWITTER;
}
if (strpos($url,'www.facebook.com')) {
$connectornetworks = true;
$network = NETWORK_FACEBOOK;
}
if (strpos($url,'alpha.app.net')) {
$appnet = true;
$network = NETWORK_APPNET;
}
// Twitter is deactivated since twitter closed its old API
//$twitter = ((strpos($url,'twitter.com') !== false) ? true : false);
$lastfm = ((strpos($url,'last.fm/user') !== false) ? true : false);