mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-11 11:04:36 +02:00
Premier lot de bridges utilisant le premier système.
Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @name CourrierInternational
|
||||
* @homepage http://CourrierInternational.fr/
|
||||
* @description Courrier International bridge
|
||||
* @update 01/09/2015
|
||||
* @maintainer teromene
|
||||
*/
|
||||
|
||||
class CourrierInternationalBridge extends BridgeAbstract{
|
||||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "teromene";
|
||||
$this->name = "CourrierInternational";
|
||||
$this->uri = "http://CourrierInternational.fr/";
|
||||
$this->description = "Courrier International bridge";
|
||||
$this->update = "01/09/2015";
|
||||
|
||||
}
|
||||
|
||||
public function collectData(array $param){
|
||||
|
||||
function fetchArticle($link) {
|
||||
|
Reference in New Issue
Block a user