mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-12 03:24:01 +02:00
Premier lot de bridges utilisant le premier système.
Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @name Footito
|
||||
* @homepage http://www.footito.fr/
|
||||
* @description Footito
|
||||
* @update 21/11/2013
|
||||
* initial maintainer: superbaillot.net
|
||||
*/
|
||||
class FootitoBridge extends BridgeAbstract{
|
||||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "superbaillot.net";
|
||||
$this->name = "Footito";
|
||||
$this->uri = "http://www.footito.fr/";
|
||||
$this->description = "Footito";
|
||||
$this->update = "21/11/2013";
|
||||
|
||||
}
|
||||
|
||||
public function collectData(array $param){
|
||||
$html = file_get_html('http://www.footito.fr/') or $this->returnError('Could not request Footito.', 404);
|
||||
|
||||
|
Reference in New Issue
Block a user