mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-10 02:26:37 +02:00
Premier lot de bridges utilisant le premier système.
Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* RssBridgeDansTonChat
|
||||
* Retrieve lastest quotes from DansTonChat.
|
||||
* Returns the most recent quotes, sorting by date (most recent first).
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name DansTonChat Bridge
|
||||
* @homepage http://danstonchat.com/latest.html
|
||||
* @description Returns latest quotes from DansTonChat.
|
||||
* @maintainer Astalaseven
|
||||
*/
|
||||
class DansTonChatBridge extends BridgeAbstract{
|
||||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "Astalaseven";
|
||||
$this->name = "DansTonChat Bridge";
|
||||
$this->uri = "http://danstonchat.com/latest.html";
|
||||
$this->description = "Returns latest quotes from DansTonChat.";
|
||||
$this->update = "2014-05-25";
|
||||
|
||||
}
|
||||
|
||||
public function collectData(array $param){
|
||||
$html = '';
|
||||
$link = 'http://danstonchat.com/latest.html';
|
||||
|
Reference in New Issue
Block a user