From ed423969acc02ea87c721aac711b1bd11d1929b4 Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Sat, 17 Sep 2016 17:32:04 +0200 Subject: [PATCH] [400Culs] Bridge dropped: no more necessary --- bridges/Les400CulsBridge.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 bridges/Les400CulsBridge.php diff --git a/bridges/Les400CulsBridge.php b/bridges/Les400CulsBridge.php deleted file mode 100644 index 972909a3..00000000 --- a/bridges/Les400CulsBridge.php +++ /dev/null @@ -1,20 +0,0 @@ -collectExpandableDatas(self::URI . 'feeds/'); - } - - protected function parseItem($newsItem){ - return $this->parseRSS_2_0_Item($newsItem); - } - - public function getCacheDuration(){ - return 7200; // 2h hours - } -}