mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
Premier lot de bridges utilisant le premier système.
Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
parent
5d2e7ac83d
commit
11ad75c7e6
25 changed files with 233 additions and 248 deletions
|
@ -1,16 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* RssBridgeGizmodoFR
|
||||
* Returns the 15 newest posts from http://www.gizmodo.fr (full text)
|
||||
* 2014-07-14
|
||||
*
|
||||
* @name GizmodoFR
|
||||
* @homepage http://www.gizmodo.fr/
|
||||
* @description Returns the 15 newest posts from GizmodoFR (full text).
|
||||
* @maintainer polopollo
|
||||
*/
|
||||
class GizmodoFRBridge extends BridgeAbstract{
|
||||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "polopollo";
|
||||
$this->name = "GizmodoFR";
|
||||
$this->uri = "http://www.gizmodo.fr/";
|
||||
$this->description = "Returns the 15 newest posts from GizmodoFR (full text).";
|
||||
$this->update = "2014-07-14";
|
||||
|
||||
}
|
||||
|
||||
public function collectData(array $param){
|
||||
|
||||
function GizmodoFRExtractContent($url) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue