forked from blallo/rss-bridge
[400Culs] Bridge dropped: no more necessary
This commit is contained in:
parent
8ae9275ffd
commit
ed423969ac
1 changed files with 0 additions and 20 deletions
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue