1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 13:50:23 +02:00

3rd batch of bridges.

Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
teromene
2015-11-05 11:20:11 +00:00
committed by Mitsukarenai
parent 2e4e89aff8
commit b3733069d4
17 changed files with 175 additions and 162 deletions

View File

@@ -1,14 +1,16 @@
<?php
/**
* @name Zataz
* @homepage http://www.zataz.com/
* @description ZATAZ Magazine - S'informer, c'est déjà se sécuriser
* @maintainer aledeg
* @update 07/02/2015
*/
class ZatazBridge extends BridgeAbstract {
public function loadMetadatas() {
$this->maintainer = "aledeg";
$this->name = "Zataz";
$this->uri = "http://www.zataz.com/";
$this->description = "ZATAZ Magazine - S'informer, c'est déjà se sécuriser";
$this->update = "07/02/2015";
}
public function collectData(array $param) {
$html = file_get_html($this->getURI()) or $this->returnError('Could not request ' . $this->getURI(), 404);