[400Culs] Bridge dropped: no more necessary

This commit is contained in:
Mitsukarenai 2016-09-17 17:32:04 +02:00
parent 8ae9275ffd
commit ed423969ac

View file

@ -1,20 +0,0 @@
<?php
class Les400CulsBridge extends FeedExpander{
const MAINTAINER = "unknown";
const NAME = "Les 400 Culs";
const URI = "http://sexes.blogs.liberation.fr/";
const DESCRIPTION = "La planete sexe vue par Agnes Girard via rss-bridge";
public function collectData(){
$this->collectExpandableDatas(self::URI . 'feeds/');
}
protected function parseItem($newsItem){
return $this->parseRSS_2_0_Item($newsItem);
}
public function getCacheDuration(){
return 7200; // 2h hours
}
}