1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-12 03:24:01 +02:00

Updating a few bridges.

Adding everybody to the contributors in README.md

Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
teromene
2015-11-05 18:05:46 +00:00
committed by Mitsukarenai
parent 78c9dcc705
commit 80008f01f8
7 changed files with 21 additions and 76 deletions

View File

@@ -1,16 +1,4 @@
<?php
/**
* SoundcloudBridge
* Returns the newest music from user
*
* @name Soundcloud Bridge
* @homepage http://www.soundcloud.com/
* @description Returns 10 newest music from user profile
* @maintainer kranack
* @update 2015-09-08
* @use1(u="username")
*
*/
class SoundCloudBridge extends BridgeAbstract{
private $request;