mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 02:24:35 +02:00
3rd batch of bridges.
Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
parent
2e4e89aff8
commit
b3733069d4
17 changed files with 175 additions and 162 deletions
|
@ -1,15 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* RssBridgeRue89
|
||||
* Returns the 5 newest posts from http://rue89.nouvelobs.com/ (full text)
|
||||
*
|
||||
* @name Rue89
|
||||
* @homepage http://rue89.nouvelobs.com/
|
||||
* @description Returns the 5 newest posts from Rue89 (full text)
|
||||
* @update 2015-01-30
|
||||
* @maintainer pit-fgfjiudghdf
|
||||
*/
|
||||
class Rue89Bridge extends BridgeAbstract{
|
||||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "pit-fgfjiudghdf";
|
||||
$this->name = "Rue89";
|
||||
$this->uri = "http://rue89.nouvelobs.com/";
|
||||
$this->description = "Returns the 5 newest posts from Rue89 (full text)";
|
||||
$this->update = "2015-01-30";
|
||||
|
||||
}
|
||||
|
||||
public function collectData(array $param){
|
||||
function Rue89StripCDATA($string) {
|
||||
$string = str_replace('<![CDATA[', '', $string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue