1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

Last batch of bridges, all implemented !

Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
teromene
2015-11-05 15:50:18 +00:00
committed by Mitsukarenai
parent 715ad3bf3f
commit 78c9dcc705
60 changed files with 1678 additions and 604 deletions

View File

@@ -15,7 +15,26 @@ class SoundCloudBridge extends BridgeAbstract{
private $request;
public $name;
const CLIENT_ID = '0aca19eae3843844e4053c6d8fdb7875';
public function loadMetadatas() {
$this->maintainer = "kranack";
$this->name = "Soundcloud Bridge";
$this->uri = "http://www.soundcloud.com/";
$this->description = "Returns 10 newest music from user profile";
$this->update = "2015-09-08";
$this->parameters[] =
'[
{
"name" : "username",
"identifier" : "u"
}
]';
}
const CLIENT_ID = '0aca19eae3843844e4053c6d8fdb7875';
public function collectData(array $param){