1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-21 15:51:55 +02:00

Deuxième lot de bridges.

This commit is contained in:
teromene
2015-11-04 09:47:21 +00:00
committed by Mitsukarenai
parent 2d526f4e0a
commit 3cb652b812
12 changed files with 111 additions and 106 deletions

View File

@@ -1,16 +1,16 @@
<?php
/**
* RssBridgeMsnMonde
* Returns the 10 newest posts from MSN Actualités (full text)
*
* @name MSN Actu Monde
* @homepage http://www.msn.com/fr-fr/actualite/monde
* @description Returns the 10 newest posts from MSN Actualités (full text)
* @maintainer kranack
* @update 2015-01-30
*/
class MsnMondeBridge extends BridgeAbstract{
public function loadMetadatas() {
$this->maintainer = "kranack";
$this->name = "MSN Actu Monde";
$this->uri = "http://www.msn.com/fr-fr/actualite/monde";
$this->description = "Returns the 10 newest posts from MSN Actualités (full text)";
$this->update = "2015-01-30";
}
public function collectData(array $param){
function MsnMondeExtractContent($url, &$item) {