diff --git a/bridges/ABCTabsBridge.php b/bridges/ABCTabsBridge.php index 4fd24872..1dbe77f2 100644 --- a/bridges/ABCTabsBridge.php +++ b/bridges/ABCTabsBridge.php @@ -9,7 +9,6 @@ class ABCTabsBridge extends BridgeAbstract{ $this->name = "ABC Tabs Bridge"; $this->uri = "http://www.abc-tabs.com/"; $this->description = "Returns 22 newest tabs"; - $this->update = '2016-08-17'; } diff --git a/bridges/AcrimedBridge.php b/bridges/AcrimedBridge.php index fce0ce10..a347ed34 100644 --- a/bridges/AcrimedBridge.php +++ b/bridges/AcrimedBridge.php @@ -7,7 +7,6 @@ class AcrimedBridge extends RssExpander{ $this->name = "Acrimed Bridge"; $this->uri = "http://www.acrimed.org/"; $this->description = "Returns the newest articles."; - $this->update = "2016-08-09"; } diff --git a/bridges/AllocineFRBridge.php b/bridges/AllocineFRBridge.php index baaf4a1b..c88c4db0 100644 --- a/bridges/AllocineFRBridge.php +++ b/bridges/AllocineFRBridge.php @@ -7,7 +7,6 @@ class AllocineFRBridge extends BridgeAbstract{ $this->name = "Allo Cine Bridge"; $this->uri = "http://www.allocine.fr"; $this->description = "Bridge for allocine.fr"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/AnimeUltimeBridge.php b/bridges/AnimeUltimeBridge.php index 7eae61c1..7f2d4996 100644 --- a/bridges/AnimeUltimeBridge.php +++ b/bridges/AnimeUltimeBridge.php @@ -9,7 +9,6 @@ class AnimeUltimeBridge extends BridgeAbstract { $this->name = 'Anime-Ultime'; $this->uri = 'http://www.anime-ultime.net/'; $this->description = 'Returns the 10 newest releases posted on Anime-Ultime'; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/ArstechnicaBridge.php b/bridges/ArstechnicaBridge.php index a0fcb54c..0db9f6fd 100644 --- a/bridges/ArstechnicaBridge.php +++ b/bridges/ArstechnicaBridge.php @@ -9,7 +9,6 @@ class ArstechnicaBridge extends BridgeAbstract { $this->name = "ArstechnicaBridge"; $this->uri = "http://arstechnica.com"; $this->description = "The PC enthusiast's resource. Power users and the tools they love, without computing religion"; - $this->update = '2016-08-17'; } diff --git a/bridges/Arte7Bridge.php b/bridges/Arte7Bridge.php index 25b7d45d..a3165610 100644 --- a/bridges/Arte7Bridge.php +++ b/bridges/Arte7Bridge.php @@ -7,7 +7,6 @@ class Arte7Bridge extends BridgeAbstract{ $this->name = "Arte +7"; $this->uri = "http://www.arte.tv/"; $this->description = "Returns newest videos from ARTE +7"; - $this->update = "2016-08-09"; $this->parameters["Catégorie (Français)"] = '[ { diff --git a/bridges/AskfmBridge.php b/bridges/AskfmBridge.php index 8d44d61e..6086d1ff 100644 --- a/bridges/AskfmBridge.php +++ b/bridges/AskfmBridge.php @@ -7,7 +7,6 @@ class AskfmBridge extends BridgeAbstract{ $this->name = "Ask.fm Answers"; $this->uri = "http://ask.fm/"; $this->description = "Returns answers from an Ask.fm user"; - $this->update = '2016-08-17'; $this->parameters["Ask.fm username"] = '[ diff --git a/bridges/BandcampBridge.php b/bridges/BandcampBridge.php index 71bf36f9..61c3fc02 100644 --- a/bridges/BandcampBridge.php +++ b/bridges/BandcampBridge.php @@ -9,7 +9,6 @@ class BandcampBridge extends BridgeAbstract{ $this->name = "Bandcamp Tag"; $this->uri = "http://bandcamp.com/"; $this->description = "New bandcamp release by tag"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/BastaBridge.php b/bridges/BastaBridge.php index a0091e05..84d5b42c 100644 --- a/bridges/BastaBridge.php +++ b/bridges/BastaBridge.php @@ -5,7 +5,6 @@ class BastaBridge extends BridgeAbstract{ $this->name = "Bastamag Bridge"; $this->uri = "http://www.bastamag.net/"; $this->description = "Returns the newest articles."; - $this->update = '2016-08-17'; } public function collectData(array $param){ diff --git a/bridges/BlaguesDeMerdeBridge.php b/bridges/BlaguesDeMerdeBridge.php index be36c0cc..8e6ef5e4 100644 --- a/bridges/BlaguesDeMerdeBridge.php +++ b/bridges/BlaguesDeMerdeBridge.php @@ -7,7 +7,6 @@ class BlaguesDeMerdeBridge extends BridgeAbstract{ $this->name = "Blagues De Merde"; $this->uri = "http://www.blaguesdemerde.fr/"; $this->description = "Blagues De Merde"; - $this->update = '2016-08-17'; } diff --git a/bridges/BooruprojectBridge.php b/bridges/BooruprojectBridge.php index b1423db5..1a572994 100644 --- a/bridges/BooruprojectBridge.php +++ b/bridges/BooruprojectBridge.php @@ -7,7 +7,6 @@ class BooruprojectBridge extends BridgeAbstract{ $this->name = "Booruproject"; $this->uri = "http://booru.org/"; $this->description = "Returns images from given page and booruproject instance (****.booru.org)"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/CADBridge.php b/bridges/CADBridge.php index d62041a4..f839e19b 100644 --- a/bridges/CADBridge.php +++ b/bridges/CADBridge.php @@ -5,7 +5,6 @@ class CADBridge extends BridgeAbstract{ $this->name = "CAD Bridge"; $this->uri = "http://www.cad-comic.com/"; $this->description = "Returns the newest articles."; - $this->update = '2016-08-17'; } private function CADExtractContent($url) { diff --git a/bridges/CNETBridge.php b/bridges/CNETBridge.php index 7be650e6..f905bdd5 100644 --- a/bridges/CNETBridge.php +++ b/bridges/CNETBridge.php @@ -9,7 +9,6 @@ class CNETBridge extends BridgeAbstract { $this->name = 'CNET News'; $this->uri = 'http://www.cnet.com/'; $this->description = 'Returns the newest articles.
You may specify a topic found in some section URLs, else all topics are selected.'; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/CastorusBridge.php b/bridges/CastorusBridge.php index 1aaefb38..7ab2113b 100644 --- a/bridges/CastorusBridge.php +++ b/bridges/CastorusBridge.php @@ -5,7 +5,6 @@ class CastorusBridge extends BridgeAbstract { $this->name = "Castorus Bridge"; $this->uri = 'http://www.castorus.com'; $this->description = "Returns the latest changes"; - $this->update = '2016-08-17'; $this->parameters["Get latest changes"] = '[]'; $this->parameters["Get latest changes via ZIP code"] = diff --git a/bridges/CollegeDeFranceBridge.php b/bridges/CollegeDeFranceBridge.php index 1f79c62c..ff97bd38 100644 --- a/bridges/CollegeDeFranceBridge.php +++ b/bridges/CollegeDeFranceBridge.php @@ -6,7 +6,6 @@ class CollegeDeFranceBridge extends BridgeAbstract{ $this->name = "CollegeDeFrance"; $this->uri = "http://www.college-de-france.fr/"; $this->description = "Returns the latest audio and video from CollegeDeFrance"; - $this->update = '2016-08-17'; } public function collectData(array $param) { diff --git a/bridges/CommonDreamsBridge.php b/bridges/CommonDreamsBridge.php index 9de9b6d6..95d6bc6e 100644 --- a/bridges/CommonDreamsBridge.php +++ b/bridges/CommonDreamsBridge.php @@ -6,7 +6,6 @@ class CommonDreamsBridge extends BridgeAbstract{ $this->name = "CommonDreams Bridge"; $this->uri = "http://www.commondreams.org/"; $this->description = "Returns the newest articles."; - $this->update = '2016-08-17'; } private function CommonDreamsExtractContent($url) { diff --git a/bridges/CopieDoubleBridge.php b/bridges/CopieDoubleBridge.php index cae96502..49605b13 100644 --- a/bridges/CopieDoubleBridge.php +++ b/bridges/CopieDoubleBridge.php @@ -7,7 +7,6 @@ class CopieDoubleBridge extends BridgeAbstract{ $this->name = "CopieDouble"; $this->uri = "http://www.copie-double.com/"; $this->description = "CopieDouble"; - $this->update = '2016-08-17'; } diff --git a/bridges/CourrierInternationalBridge.php b/bridges/CourrierInternationalBridge.php index 74ae314e..9c923253 100644 --- a/bridges/CourrierInternationalBridge.php +++ b/bridges/CourrierInternationalBridge.php @@ -7,7 +7,6 @@ class CourrierInternationalBridge extends BridgeAbstract{ $this->name = "Courrier International Bridge"; $this->uri = "http://CourrierInternational.fr/"; $this->description = "Courrier International bridge"; - $this->update = '2016-08-17'; } diff --git a/bridges/CpasbienBridge.php b/bridges/CpasbienBridge.php index 801968c5..2c578fbe 100644 --- a/bridges/CpasbienBridge.php +++ b/bridges/CpasbienBridge.php @@ -24,7 +24,6 @@ class CpasbienBridge extends HttpCachingBridgeAbstract{ $this->name = "Cpasbien Bridge"; $this->uri = "http://www.cpasbien.io"; $this->description = "Returns latest torrents from a request query"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/CryptomeBridge.php b/bridges/CryptomeBridge.php index 4947de39..888b1042 100644 --- a/bridges/CryptomeBridge.php +++ b/bridges/CryptomeBridge.php @@ -7,7 +7,6 @@ class CryptomeBridge extends BridgeAbstract{ $this->name = "Cryptome"; $this->uri = "http://cryptome.org/"; $this->description = "Returns the N most recent documents."; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/DailymotionBridge.php b/bridges/DailymotionBridge.php index fccaec76..86c1f11a 100644 --- a/bridges/DailymotionBridge.php +++ b/bridges/DailymotionBridge.php @@ -9,7 +9,6 @@ class DailymotionBridge extends BridgeAbstract{ $this->name = "Dailymotion Bridge"; $this->uri = "https://www.dailymotion.com/"; $this->description = "Returns the 5 newest videos by username/playlist or search"; - $this->update = '2016-08-17'; $this->parameters["By username"] = '[ diff --git a/bridges/DanbooruBridge.php b/bridges/DanbooruBridge.php index 45ad0293..3de45734 100644 --- a/bridges/DanbooruBridge.php +++ b/bridges/DanbooruBridge.php @@ -7,7 +7,6 @@ class DanbooruBridge extends BridgeAbstract{ $this->name = "Danbooru"; $this->uri = "http://donmai.us/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/DansTonChatBridge.php b/bridges/DansTonChatBridge.php index 41ee8eca..5958c778 100644 --- a/bridges/DansTonChatBridge.php +++ b/bridges/DansTonChatBridge.php @@ -7,7 +7,6 @@ class DansTonChatBridge extends BridgeAbstract{ $this->name = "DansTonChat Bridge"; $this->uri = "http://danstonchat.com"; $this->description = "Returns latest quotes from DansTonChat."; - $this->update = '2016-08-17'; } diff --git a/bridges/DauphineLibereBridge.php b/bridges/DauphineLibereBridge.php index 95bfe397..8e2db946 100644 --- a/bridges/DauphineLibereBridge.php +++ b/bridges/DauphineLibereBridge.php @@ -7,7 +7,6 @@ class DauphineLibereBridge extends BridgeAbstract { $this->name = "Dauphine Bridge"; $this->uri = "http://www.ledauphine.com/"; $this->description = "Returns the newest articles."; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/DemoBridge.php b/bridges/DemoBridge.php index b772ad12..55d1d621 100644 --- a/bridges/DemoBridge.php +++ b/bridges/DemoBridge.php @@ -7,7 +7,6 @@ class DemoBridge extends BridgeAbstract{ $this->name = "DemoBridge"; $this->uri = "http://github.com/sebsauvage/rss-bridge"; $this->description = "Bridge used for demos"; - $this->update = "2016-08-09"; $this->parameters['testCheckbox'] = '[ diff --git a/bridges/DeveloppezDotComBridge.php b/bridges/DeveloppezDotComBridge.php index bde3f9a0..61633ccd 100644 --- a/bridges/DeveloppezDotComBridge.php +++ b/bridges/DeveloppezDotComBridge.php @@ -6,7 +6,6 @@ class DeveloppezDotComBridge extends BridgeAbstract{ $this->name = "Developpez.com Actus (FR)"; $this->uri = "http://www.developpez.com/"; $this->description = "Returns the 15 newest posts from DeveloppezDotCom (full text)."; - $this->update = '2016-08-17'; } private function DeveloppezDotComStripCDATA($string) { diff --git a/bridges/DilbertBridge.php b/bridges/DilbertBridge.php index 7e50e8db..347eb728 100644 --- a/bridges/DilbertBridge.php +++ b/bridges/DilbertBridge.php @@ -7,7 +7,6 @@ class DilbertBridge extends BridgeAbstract { $this->name = 'Dilbert Daily Strip'; $this->uri = 'http://dilbert.com'; $this->description = 'The Unofficial Dilbert Daily Comic Strip'; - $this->update = '2016-08-17'; } diff --git a/bridges/DollbooruBridge.php b/bridges/DollbooruBridge.php index 72055850..54a4d449 100644 --- a/bridges/DollbooruBridge.php +++ b/bridges/DollbooruBridge.php @@ -7,7 +7,6 @@ class DollbooruBridge extends BridgeAbstract{ $this->name = "Dollbooru"; $this->uri = "http://dollbooru.org/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = diff --git a/bridges/DuckDuckGoBridge.php b/bridges/DuckDuckGoBridge.php index 5398643a..d563b9a3 100644 --- a/bridges/DuckDuckGoBridge.php +++ b/bridges/DuckDuckGoBridge.php @@ -7,7 +7,6 @@ class DuckDuckGoBridge extends BridgeAbstract{ $this->name = "DuckDuckGo"; $this->uri = "https://duckduckgo.com/"; $this->description = "Returns most recent results from DuckDuckGo."; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/EZTVBridge.php b/bridges/EZTVBridge.php index 551c8d9b..936a32e9 100644 --- a/bridges/EZTVBridge.php +++ b/bridges/EZTVBridge.php @@ -7,7 +7,6 @@ class EZTVBridge extends BridgeAbstract{ $this->name = "EZTV"; $this->uri = "https://eztv.ch/"; $this->description = "Returns list of *recent* torrents for a specific show on EZTV. Get showID from URLs in https://eztv.ch/shows/showID/show-full-name."; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/EliteDangerousGalnetBridge.php b/bridges/EliteDangerousGalnetBridge.php index d1b49951..508301c6 100644 --- a/bridges/EliteDangerousGalnetBridge.php +++ b/bridges/EliteDangerousGalnetBridge.php @@ -8,7 +8,6 @@ class EliteDangerousGalnetBridge extends BridgeAbstract $this->name = "Elite: Dangerous Galnet"; $this->uri = "https://community.elitedangerous.com/galnet"; $this->description = "Returns the latest page of news from Galnet"; - $this->update = '2016-08-17'; } public function collectData(array $param) diff --git a/bridges/ElsevierBridge.php b/bridges/ElsevierBridge.php index 4b039df5..cc3e6188 100644 --- a/bridges/ElsevierBridge.php +++ b/bridges/ElsevierBridge.php @@ -6,7 +6,6 @@ class ElsevierBridge extends BridgeAbstract{ $this->name = 'Elsevier journals recent articles'; $this->uri = 'http://www.journals.elsevier.com'; $this->description = 'Returns the recent articles published in Elsevier journals'; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/EstCeQuonMetEnProdBridge.php b/bridges/EstCeQuonMetEnProdBridge.php index d207716b..4bb9f1b0 100644 --- a/bridges/EstCeQuonMetEnProdBridge.php +++ b/bridges/EstCeQuonMetEnProdBridge.php @@ -6,7 +6,6 @@ class EstCeQuonMetEnProdBridge extends BridgeAbstract { $this->name = 'Est-ce qu\'on met en prod aujourd\'hui ?'; $this->uri = 'https://www.estcequonmetenprodaujourdhui.info/'; $this->description = 'Should we put a website in production today? (French)'; - $this->update = '2016-08-17'; } public function collectData(array $param) { diff --git a/bridges/FacebookBridge.php b/bridges/FacebookBridge.php index a61aaba2..4feb0bf4 100644 --- a/bridges/FacebookBridge.php +++ b/bridges/FacebookBridge.php @@ -7,7 +7,6 @@ class FacebookBridge extends BridgeAbstract{ $this->name = "Facebook"; $this->uri = "http://www.facebook.com/"; $this->description = "Input a page title or a profile log. For a profile log, please insert the parameter as follow : myExamplePage/132621766841117"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/FierPandaBridge.php b/bridges/FierPandaBridge.php index 22fd142a..95008172 100644 --- a/bridges/FierPandaBridge.php +++ b/bridges/FierPandaBridge.php @@ -7,7 +7,6 @@ Class FierPandaBridge extends BridgeAbstract{ $this->name = "Fier Panda Bridge"; $this->uri = "http://www.fier-panda.fr/"; $this->description = "Returns latest articles from Fier Panda."; - $this->update = '2016-08-17'; } diff --git a/bridges/FlickrExploreBridge.php b/bridges/FlickrExploreBridge.php index f4443f74..db399af0 100644 --- a/bridges/FlickrExploreBridge.php +++ b/bridges/FlickrExploreBridge.php @@ -7,7 +7,6 @@ class FlickrExploreBridge extends BridgeAbstract{ $this->name = "Flickr Explore"; $this->uri = "https://www.flickr.com/explore"; $this->description = "Returns the latest interesting images from Flickr"; - $this->update = '2016-08-17'; } diff --git a/bridges/FlickrTagBridge.php b/bridges/FlickrTagBridge.php index 6797d62d..59a9cd98 100644 --- a/bridges/FlickrTagBridge.php +++ b/bridges/FlickrTagBridge.php @@ -7,7 +7,6 @@ class FlickrTagBridge extends BridgeAbstract{ $this->name = "Flickr TagUser"; $this->uri = "http://www.flickr.com/"; $this->description = "Returns the tagged or user images from Flickr"; - $this->update = '2016-08-17'; $this->parameters["By keyword"] = '[ diff --git a/bridges/FootitoBridge.php b/bridges/FootitoBridge.php index 35f382cd..f3357c63 100644 --- a/bridges/FootitoBridge.php +++ b/bridges/FootitoBridge.php @@ -7,7 +7,6 @@ class FootitoBridge extends BridgeAbstract{ $this->name = "Footito"; $this->uri = "http://www.footito.fr/"; $this->description = "Footito"; - $this->update = '2016-08-17'; } diff --git a/bridges/FourchanBridge.php b/bridges/FourchanBridge.php index b0daed20..3ca63597 100644 --- a/bridges/FourchanBridge.php +++ b/bridges/FourchanBridge.php @@ -7,7 +7,6 @@ class FourchanBridge extends BridgeAbstract{ $this->name = "4chan"; $this->uri = "https://www.4chan.org/"; $this->description = "Returns posts from the specified thread"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/Freenews.php b/bridges/Freenews.php index 9cc0bafd..0ebe3598 100644 --- a/bridges/Freenews.php +++ b/bridges/Freenews.php @@ -8,7 +8,6 @@ class Freenews extends RssExpander { $this->name = "Freenews"; $this->uri = "http://freenews.fr"; $this->description = "Un site d'actualité pour les freenautes (mais ne parlant pas que de la freebox). Ne rentrez pas d'id si vous voulez accéder aux actualités générales."; - $this->update = "2016-08-09"; $this->parameters[] = '[ diff --git a/bridges/FuturaSciencesBridge.php b/bridges/FuturaSciencesBridge.php index 51505626..be134168 100644 --- a/bridges/FuturaSciencesBridge.php +++ b/bridges/FuturaSciencesBridge.php @@ -7,7 +7,6 @@ class FuturaSciencesBridge extends BridgeAbstract { $this->name = 'Futura-Sciences Bridge'; $this->uri = 'http://www.futura-sciences.com/'; $this->description = 'Returns the newest articles.'; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/GBAtempBridge.php b/bridges/GBAtempBridge.php index 20cd0cc8..5cad1008 100644 --- a/bridges/GBAtempBridge.php +++ b/bridges/GBAtempBridge.php @@ -9,7 +9,6 @@ class GBAtempBridge extends BridgeAbstract { $this->name = 'GBAtemp'; $this->uri = 'http://gbatemp.net/'; $this->description = 'GBAtemp is a user friendly underground video game community.'; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/Gawker.php b/bridges/Gawker.php index 71bba277..f8ea8441 100644 --- a/bridges/Gawker.php +++ b/bridges/Gawker.php @@ -10,7 +10,6 @@ class Gawker extends RssExpander{ $this->name = "Gawker media"; $this->uri = "http://feeds.gawker.com/"; $this->description = "A bridge allowing access to any of the numerous Gawker media blogs (Lifehacker, deadspin, Kotaku, Jezebel, and so on. Notice you have to give its id to find the RSS stream in gawker maze"; - $this->update = "2016-08-09"; $this->parameters[] = '[ diff --git a/bridges/GelbooruBridge.php b/bridges/GelbooruBridge.php index cc2faa08..c6c6a627 100644 --- a/bridges/GelbooruBridge.php +++ b/bridges/GelbooruBridge.php @@ -7,7 +7,6 @@ class GelbooruBridge extends BridgeAbstract{ $this->name = "Gelbooru"; $this->uri = "http://gelbooru.com/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/GiphyBridge.php b/bridges/GiphyBridge.php index 497c1af2..82dbc8b1 100644 --- a/bridges/GiphyBridge.php +++ b/bridges/GiphyBridge.php @@ -9,7 +9,6 @@ class GiphyBridge extends BridgeAbstract{ $this->name = "Giphy Bridge"; $this->uri = "http://giphy.com/"; $this->description = "Bridge for giphy.com"; - $this->update = '2016-08-17'; $this->parameters["By tag"] = '[ diff --git a/bridges/GithubIssueBridge.php b/bridges/GithubIssueBridge.php index 6d228230..33fdc6b3 100644 --- a/bridges/GithubIssueBridge.php +++ b/bridges/GithubIssueBridge.php @@ -12,7 +12,6 @@ class GithubIssueBridge extends BridgeAbstract{ $this->name = 'Github Issue'; $this->uri = ''; $this->description = 'Returns the comments of a github project issue'; - $this->update = '2016-08-17'; $this->parameters[]= '[ diff --git a/bridges/GitlabCommitsBridge.php b/bridges/GitlabCommitsBridge.php index 16862d2c..62d9f076 100644 --- a/bridges/GitlabCommitsBridge.php +++ b/bridges/GitlabCommitsBridge.php @@ -12,7 +12,6 @@ class GitlabCommitsBridge extends BridgeAbstract{ $this->name = 'Gitlab Commits'; $this->uri = ''; $this->description = 'Returns the commits of a project hosted on a gitlab instance'; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/GizmodoFRBridge.php b/bridges/GizmodoFRBridge.php index 0d900f97..ffa7865a 100644 --- a/bridges/GizmodoFRBridge.php +++ b/bridges/GizmodoFRBridge.php @@ -7,7 +7,6 @@ class GizmodoFRBridge extends BridgeAbstract{ $this->name = "GizmodoFR"; $this->uri = "http://www.gizmodo.fr/"; $this->description = "Returns the 15 newest posts from GizmodoFR (full text)."; - $this->update = '2016-08-17'; } diff --git a/bridges/GooglePlusPostBridge.php b/bridges/GooglePlusPostBridge.php index 9f1ffdbc..0e2470b4 100644 --- a/bridges/GooglePlusPostBridge.php +++ b/bridges/GooglePlusPostBridge.php @@ -10,7 +10,6 @@ class GooglePlusPostBridge extends BridgeAbstract $this->name = "Google Plus Post Bridge"; $this->uri = "http://plus.google.com/"; $this->description = "Returns user public post (without API)."; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/GoogleSearchBridge.php b/bridges/GoogleSearchBridge.php index e7db5a07..f3dfbb0f 100644 --- a/bridges/GoogleSearchBridge.php +++ b/bridges/GoogleSearchBridge.php @@ -17,7 +17,6 @@ class GoogleSearchBridge extends BridgeAbstract{ $this->name = "Google search"; $this->uri = "https://www.google.com/"; $this->description = "Returns most recent results from Google search."; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/GuruMedBridge.php b/bridges/GuruMedBridge.php index f6585ae5..1314d40f 100644 --- a/bridges/GuruMedBridge.php +++ b/bridges/GuruMedBridge.php @@ -6,7 +6,6 @@ class GuruMedBridge extends BridgeAbstract{ $this->name = "GuruMed"; $this->uri = "http://www.gurumed.org"; $this->description = "Returns the 5 newest posts from Gurumed (full text)"; - $this->update = '2016-08-17'; } private function GurumedStripCDATA($string) { diff --git a/bridges/HDWallpapersBridge.php b/bridges/HDWallpapersBridge.php index dc4a3bfe..98c252fb 100644 --- a/bridges/HDWallpapersBridge.php +++ b/bridges/HDWallpapersBridge.php @@ -10,7 +10,6 @@ class HDWallpapersBridge extends BridgeAbstract { $this->name = "HD Wallpapers Bridge"; $this->uri = "http://www.hdwallpapers.in/"; $this->description = "Returns the latests wallpapers from HDWallpapers"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/HentaiHavenBridge.php b/bridges/HentaiHavenBridge.php index 25934a0a..3242cc8b 100644 --- a/bridges/HentaiHavenBridge.php +++ b/bridges/HentaiHavenBridge.php @@ -7,7 +7,6 @@ class HentaiHavenBridge extends BridgeAbstract{ $this->name = "Hentai Haven"; $this->uri = "http://hentaihaven.org/"; $this->description = "Returns releases from Hentai Haven"; - $this->update = '2016-08-17'; } diff --git a/bridges/IdenticaBridge.php b/bridges/IdenticaBridge.php index 23f54a93..a853e066 100644 --- a/bridges/IdenticaBridge.php +++ b/bridges/IdenticaBridge.php @@ -9,7 +9,6 @@ class IdenticaBridge extends BridgeAbstract{ $this->name = "Identica Bridge"; $this->uri = "https://identi.ca/"; $this->description = "Returns user timelines"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/InstagramBridge.php b/bridges/InstagramBridge.php index 0e4359f7..b029b0d8 100644 --- a/bridges/InstagramBridge.php +++ b/bridges/InstagramBridge.php @@ -9,7 +9,6 @@ class InstagramBridge extends BridgeAbstract{ $this->name = "Instagram Bridge"; $this->uri = "http://instagram.com/"; $this->description = "Returns the newest images"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/IsoHuntBridge.php b/bridges/IsoHuntBridge.php index 84cc8bf7..6a4f1af0 100644 --- a/bridges/IsoHuntBridge.php +++ b/bridges/IsoHuntBridge.php @@ -5,7 +5,6 @@ class IsoHuntBridge extends BridgeAbstract{ $this->name = 'isoHunt Bridge'; // Is replaced later! $this->uri = 'https://isohunt.to'; // Is replaced later! $this->description = 'Returns the latest results by category or search result'; - $this->update = '2016-08-17'; /* * Get feeds for one of the "latest" categories diff --git a/bridges/JapanExpoBridge.php b/bridges/JapanExpoBridge.php index 5b9d1031..03c835d3 100644 --- a/bridges/JapanExpoBridge.php +++ b/bridges/JapanExpoBridge.php @@ -6,7 +6,6 @@ class JapanExpoBridge extends BridgeAbstract{ $this->name = 'Japan Expo Actualités'; $this->uri = 'http://www.japan-expo-paris.com/fr/actualites'; $this->description = 'Returns most recent entries from Japan Expo actualités.'; - $this->update = '2016-08-17'; $this->parameters[] = '[ { diff --git a/bridges/KonachanBridge.php b/bridges/KonachanBridge.php index 9bb08a5e..b8dbb5cd 100644 --- a/bridges/KonachanBridge.php +++ b/bridges/KonachanBridge.php @@ -7,7 +7,6 @@ class KonachanBridge extends BridgeAbstract{ $this->name = "Konachan"; $this->uri = "http://konachan.com/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/KoreusBridge.php b/bridges/KoreusBridge.php index 4c516c64..9fcb3e84 100644 --- a/bridges/KoreusBridge.php +++ b/bridges/KoreusBridge.php @@ -6,7 +6,6 @@ class KoreusBridge extends BridgeAbstract{ $this->name = "Koreus"; $this->uri = "http://www.koreus.com/"; $this->description = "Returns the 5 newest posts from Koreus (full text)"; - $this->update = '2016-08-17'; } private function KoreusStripCDATA($string) { diff --git a/bridges/KununuBridge.php b/bridges/KununuBridge.php index c39af382..e919634e 100644 --- a/bridges/KununuBridge.php +++ b/bridges/KununuBridge.php @@ -5,7 +5,6 @@ class KununuBridge extends BridgeAbstract{ $this->name = "Kununu Bridge"; /* This will be replaced later! */ $this->uri = "https://www.kununu.com"; /* This will be replaced later! */ $this->description = "Returns the latest reviews for a company and site of your choice."; - $this->update = '2016-08-17'; $this->parameters['global'] = '[ diff --git a/bridges/LWNprevBridge.php b/bridges/LWNprevBridge.php index b0e4f7de..b85639d8 100644 --- a/bridges/LWNprevBridge.php +++ b/bridges/LWNprevBridge.php @@ -12,7 +12,6 @@ class LWNprevBridge extends BridgeAbstract{ $this->name = 'LWN Free Weekly Edition'; $this->uri = 'https://lwn.net/free/bigpage'; $this->description = 'LWN Free Weekly Edition available one week late'; - $this->update = '2016-08-17'; } diff --git a/bridges/LeBonCoinBridge.php b/bridges/LeBonCoinBridge.php index 2fb6b4c9..89c150f6 100755 --- a/bridges/LeBonCoinBridge.php +++ b/bridges/LeBonCoinBridge.php @@ -7,7 +7,6 @@ class LeBonCoinBridge extends BridgeAbstract{ $this->name = "LeBonCoin"; $this->uri = "http://www.leboncoin.fr"; $this->description = "Returns most recent results from LeBonCoin for a region, and optionally a category and a keyword ."; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/LeJournalDuGeekBridge.php b/bridges/LeJournalDuGeekBridge.php index afbdad37..a59fe3bc 100644 --- a/bridges/LeJournalDuGeekBridge.php +++ b/bridges/LeJournalDuGeekBridge.php @@ -6,7 +6,6 @@ class LeJournalDuGeekBridge extends BridgeAbstract{ $this->name = "journaldugeek.com (FR)"; $this->uri = "http://www.journaldugeek.com/"; $this->description = "Returns the 5 newest posts from LeJournalDuGeek (full text)."; - $this->update = '2016-08-17'; } private function LeJournalDuGeekStripCDATA($string) { diff --git a/bridges/LeMondeInformatiqueBridge.php b/bridges/LeMondeInformatiqueBridge.php index d97d1c66..212dc906 100644 --- a/bridges/LeMondeInformatiqueBridge.php +++ b/bridges/LeMondeInformatiqueBridge.php @@ -7,7 +7,6 @@ class LeMondeInformatiqueBridge extends BridgeAbstract { $this->name = "Le Monde Informatique"; $this->uri = "http://www.lemondeinformatique.fr/"; $this->description = "Returns the newest articles."; - $this->update = '2016-08-17'; } diff --git a/bridges/Les400Culs.php b/bridges/Les400Culs.php index 65bd5a61..c9f9237e 100644 --- a/bridges/Les400Culs.php +++ b/bridges/Les400Culs.php @@ -10,7 +10,6 @@ class Les400Culs extends RssExpander{ $this->name = "Les 400 Culs"; $this->uri = "http://sexes.blogs.liberation.fr"; $this->description = "La planete sexe vue par Agnes Girard via rss-bridge"; - $this->update = "2016-08-09"; } diff --git a/bridges/LesJoiesDuCodeBridge.php b/bridges/LesJoiesDuCodeBridge.php index 7511cda5..bbbd0b3a 100644 --- a/bridges/LesJoiesDuCodeBridge.php +++ b/bridges/LesJoiesDuCodeBridge.php @@ -7,7 +7,6 @@ class LesJoiesDuCodeBridge extends BridgeAbstract{ $this->name = "Les Joies Du Code"; $this->uri = "http://lesjoiesducode.fr/"; $this->description = "LesJoiesDuCode"; - $this->update = '2016-08-17'; } diff --git a/bridges/LichessBridge.php b/bridges/LichessBridge.php index 7501d514..c2da50b7 100644 --- a/bridges/LichessBridge.php +++ b/bridges/LichessBridge.php @@ -8,7 +8,6 @@ class LichessBridge extends BridgeAbstract $this->name = 'Lichess Blog'; $this->uri = 'http://lichess.org/blog'; $this->description = 'Returns the 5 newest posts from the Lichess blog (full text)'; - $this->update = '2016-08-17'; } public function collectData(array $param) diff --git a/bridges/LinkedInCompany.php b/bridges/LinkedInCompany.php index 950524aa..79bc43f1 100644 --- a/bridges/LinkedInCompany.php +++ b/bridges/LinkedInCompany.php @@ -7,7 +7,6 @@ class LinkedInCompany extends BridgeAbstract{ $this->name = "LinkedIn Company"; $this->uri = "https://www.linkedin.com/"; $this->description = "Returns most recent actus from Company on LinkedIn. (https://www.linkedin.com/company/apple)"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/LolibooruBridge.php b/bridges/LolibooruBridge.php index b10c39d8..623a6225 100644 --- a/bridges/LolibooruBridge.php +++ b/bridges/LolibooruBridge.php @@ -7,7 +7,6 @@ class LolibooruBridge extends BridgeAbstract{ $this->name = "Lolibooru"; $this->uri = "http://lolibooru.moe/"; $this->description = "Returns images from given page and tags"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/MangareaderBridge.php b/bridges/MangareaderBridge.php index 02fd1b62..51f13913 100644 --- a/bridges/MangareaderBridge.php +++ b/bridges/MangareaderBridge.php @@ -8,7 +8,6 @@ class MangareaderBridge extends BridgeAbstract{ $this->name = "Mangareader Bridge"; $this->uri = "http://www.mangareader.net"; $this->description = "Returns the latest updates, popular mangas or manga updates (new chapters)"; - $this->update = '2016-08-17'; $this->parameters["Get latest updates"] = '[]'; $this->parameters["Get popular mangas"] = diff --git a/bridges/MilbooruBridge.php b/bridges/MilbooruBridge.php index 7e5fdaa8..1702cad6 100644 --- a/bridges/MilbooruBridge.php +++ b/bridges/MilbooruBridge.php @@ -7,7 +7,6 @@ class MilbooruBridge extends BridgeAbstract{ $this->name = "Milbooru"; $this->uri = "http://sheslostcontrol.net/moe/shimmie/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/MondeDiploBridge.php b/bridges/MondeDiploBridge.php index 3cc0d815..e8391046 100644 --- a/bridges/MondeDiploBridge.php +++ b/bridges/MondeDiploBridge.php @@ -6,7 +6,6 @@ class MondeDiploBridge extends BridgeAbstract{ $this->name = 'Monde Diplomatique'; $this->uri = 'http://www.monde-diplomatique.fr'; $this->description = "Returns most recent results from MondeDiplo."; - $this->update = '2016-08-17'; } public function collectData(array $param){ diff --git a/bridges/MsnMondeBridge.php b/bridges/MsnMondeBridge.php index e28c0e3d..f3620a29 100644 --- a/bridges/MsnMondeBridge.php +++ b/bridges/MsnMondeBridge.php @@ -6,7 +6,6 @@ class MsnMondeBridge extends BridgeAbstract{ $this->name = 'MSN Actu Monde'; $this->uri = 'http://www.msn.com/fr-fr/actualite/monde'; $this->description = "Returns the 10 newest posts from MSN Actualités (full text)"; - $this->update = '2016-08-17'; } private function MsnMondeExtractContent($url, &$item) { diff --git a/bridges/MspabooruBridge.php b/bridges/MspabooruBridge.php index 2e465fd3..a33d7a2d 100644 --- a/bridges/MspabooruBridge.php +++ b/bridges/MspabooruBridge.php @@ -7,7 +7,6 @@ class MspabooruBridge extends BridgeAbstract{ $this->name = "Mspabooru"; $this->uri = "http://mspabooru.com/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/NakedSecurityBridge.php b/bridges/NakedSecurityBridge.php index 568e8573..ed7d5dd5 100644 --- a/bridges/NakedSecurityBridge.php +++ b/bridges/NakedSecurityBridge.php @@ -6,7 +6,6 @@ class NakedSecurityBridge extends BridgeAbstract { $this->name = 'Naked Security'; $this->uri = 'https://nakedsecurity.sophos.com/'; $this->description = 'Returns the newest articles.'; - $this->update = '2016-08-17'; } public function collectData(array $param) { diff --git a/bridges/NasaApodBridge.php b/bridges/NasaApodBridge.php index 0e0e5f87..5400f6f6 100644 --- a/bridges/NasaApodBridge.php +++ b/bridges/NasaApodBridge.php @@ -7,7 +7,6 @@ class NasaApodBridge extends BridgeAbstract{ $this->name = "NASA APOD Bridge"; $this->uri = "http://apod.nasa.gov/apod/astropix.html"; $this->description = "Returns the 3 latest NASA APOD pictures and explanations"; - $this->update = '2016-08-17'; } diff --git a/bridges/NeuviemeArtBridge.php b/bridges/NeuviemeArtBridge.php index b8a0ce8d..9cd69d07 100644 --- a/bridges/NeuviemeArtBridge.php +++ b/bridges/NeuviemeArtBridge.php @@ -6,7 +6,6 @@ class NeuviemeArtBridge extends BridgeAbstract { $this->name = '9ème Art Bridge'; $this->uri = "http://www.9emeart.fr/"; $this->description = "Returns the newest articles."; - $this->update = '2016-08-17'; } public function collectData(array $param) { diff --git a/bridges/NextInpactBridge.php b/bridges/NextInpactBridge.php index db74a244..bef9e193 100644 --- a/bridges/NextInpactBridge.php +++ b/bridges/NextInpactBridge.php @@ -6,7 +6,6 @@ class NextInpactBridge extends BridgeAbstract { $this->name = "NextInpact Bridge"; $this->uri = "http://www.nextinpact.com/"; $this->description = "Returns the newest articles."; - $this->update = '2016-08-17'; } private function StripCDATA($string) { diff --git a/bridges/NextgovBridge.php b/bridges/NextgovBridge.php index 2762fafa..b44d766c 100644 --- a/bridges/NextgovBridge.php +++ b/bridges/NextgovBridge.php @@ -7,7 +7,6 @@ class NextgovBridge extends BridgeAbstract { $this->name = 'Nextgov Bridge'; $this->uri = 'https://www.nextgov.com/'; $this->description = 'USA Federal technology news, best practices, and web 2.0 tools.'; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/NiceMatinBridge.php b/bridges/NiceMatinBridge.php index aaf006c7..ac76eb45 100644 --- a/bridges/NiceMatinBridge.php +++ b/bridges/NiceMatinBridge.php @@ -6,7 +6,6 @@ class NiceMatinBridge extends BridgeAbstract{ $this->name = "NiceMatin"; $this->uri = "http://www.nicematin.com/"; $this->description = "Returns the 10 newest posts from NiceMatin (full text)"; - $this->update = '2016-08-17'; } private function NiceMatinExtractContent($url) { diff --git a/bridges/NovelUpdatesBridge.php b/bridges/NovelUpdatesBridge.php index 2a5b9605..3c24fc28 100644 --- a/bridges/NovelUpdatesBridge.php +++ b/bridges/NovelUpdatesBridge.php @@ -7,7 +7,6 @@ class NovelUpdatesBridge extends BridgeAbstract{ $this->name = "Novel Updates"; $this->uri = "http://www.novelupdates.com/"; $this->description = "Returns releases from Novel Updates"; - $this->update = '2016-08-17'; $this->parameters[] = '[ { diff --git a/bridges/NumeramaBridge.php b/bridges/NumeramaBridge.php index 096c11df..0f8341a2 100644 --- a/bridges/NumeramaBridge.php +++ b/bridges/NumeramaBridge.php @@ -7,7 +7,6 @@ class NumeramaBridge extends BridgeAbstract{ $this->name = 'Numerama'; $this->uri = 'http://www.numerama.com/'; $this->description = 'Returns the 5 newest posts from Numerama (full text)'; - $this->update = '2016-08-17'; } diff --git a/bridges/OpenClassroomsBridge.php b/bridges/OpenClassroomsBridge.php index 4c093ab9..d435ef9f 100644 --- a/bridges/OpenClassroomsBridge.php +++ b/bridges/OpenClassroomsBridge.php @@ -7,7 +7,6 @@ class OpenClassroomsBridge extends BridgeAbstract{ $this->name = "OpenClassrooms Bridge"; $this->uri = "https://openclassrooms.com/"; $this->description = "Returns latest tutorials from OpenClassrooms."; - $this->update = '2016-08-17'; $this->parameters[] = diff --git a/bridges/ParuVenduImmoBridge.php b/bridges/ParuVenduImmoBridge.php index 65947df7..43149cd7 100644 --- a/bridges/ParuVenduImmoBridge.php +++ b/bridges/ParuVenduImmoBridge.php @@ -10,7 +10,6 @@ class ParuVenduImmoBridge extends BridgeAbstract $this->name = "Paru Vendu Immobilier"; $this->uri = "http://www.paruvendu.fr"; $this->description = "Returns the ads from the first page of search result."; - $this->update = '2016-08-17'; $this->parameters[] = diff --git a/bridges/PickyWallpapersBridge.php b/bridges/PickyWallpapersBridge.php index a4feffec..c26a1ebe 100644 --- a/bridges/PickyWallpapersBridge.php +++ b/bridges/PickyWallpapersBridge.php @@ -11,7 +11,6 @@ class PickyWallpapersBridge extends BridgeAbstract { $this->name = "PickyWallpapers Bridge"; $this->uri = "http://www.pickywallpapers.com/"; $this->description = "Returns the latests wallpapers from PickyWallpapers"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/PinterestBridge.php b/bridges/PinterestBridge.php index 1012ea2a..7d4a6684 100644 --- a/bridges/PinterestBridge.php +++ b/bridges/PinterestBridge.php @@ -11,7 +11,6 @@ class PinterestBridge extends BridgeAbstract{ $this->name = "Pinterest Bridge"; $this->uri = "http://www.pinterest.com"; $this->description = "Returns the newest images on a board"; - $this->update = '2016-08-17'; $this->parameters["By username and board"] = '[ diff --git a/bridges/PlanetLibreBridge.php b/bridges/PlanetLibreBridge.php index 28a7a680..ee65dcd0 100644 --- a/bridges/PlanetLibreBridge.php +++ b/bridges/PlanetLibreBridge.php @@ -6,7 +6,6 @@ class PlanetLibreBridge extends BridgeAbstract{ $this->name = "PlanetLibre"; $this->uri = "http://www.planet-libre.org"; $this->description = "Returns the 5 newest posts from PlanetLibre (full text)"; - $this->update = '2016-08-17'; } private function PlanetLibreExtractContent($url){ diff --git a/bridges/ProjectMGameBridge.php b/bridges/ProjectMGameBridge.php index 080029d3..9f6d9269 100644 --- a/bridges/ProjectMGameBridge.php +++ b/bridges/ProjectMGameBridge.php @@ -7,7 +7,6 @@ class ProjectMGameBridge extends BridgeAbstract{ $this->name = "Project M Game Bridge"; $this->uri = "http://projectmgame.com/en/"; $this->description = "Returns the newest articles."; - $this->update = '2016-08-17'; } diff --git a/bridges/RTBFBridge.php b/bridges/RTBFBridge.php index 490ed7a4..310f289f 100644 --- a/bridges/RTBFBridge.php +++ b/bridges/RTBFBridge.php @@ -5,7 +5,6 @@ class RTBFBridge extends BridgeAbstract { $this->uri = "http://www.rtbf.be/auvio/emissions"; $this->description = "Returns the newest RTBF videos by series ID"; $this->maintainer = "Frenzie"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/Releases3DSBridge.php b/bridges/Releases3DSBridge.php index 2a563f68..3da44d48 100644 --- a/bridges/Releases3DSBridge.php +++ b/bridges/Releases3DSBridge.php @@ -7,7 +7,6 @@ class Releases3DSBridge extends BridgeAbstract { $this->name = "3DS Scene Releases"; $this->uri = "http://www.3dsdb.com/"; $this->description = "Returns the newest scene releases."; - $this->update = '2016-08-17'; } diff --git a/bridges/ReporterreBridge.php b/bridges/ReporterreBridge.php index e93cec48..4feae866 100644 --- a/bridges/ReporterreBridge.php +++ b/bridges/ReporterreBridge.php @@ -6,7 +6,6 @@ class ReporterreBridge extends BridgeAbstract{ $this->name = "Reporterre Bridge"; $this->uri = "http://www.reporterre.net/"; $this->description = "Returns the newest articles."; - $this->update = '2016-08-17'; } private function ExtractContentReporterre($url) { diff --git a/bridges/Rue89Bridge.php b/bridges/Rue89Bridge.php index 5dd813cb..45488314 100644 --- a/bridges/Rue89Bridge.php +++ b/bridges/Rue89Bridge.php @@ -7,7 +7,6 @@ class Rue89Bridge extends BridgeAbstract{ $this->name = "Rue89"; $this->uri = "http://rue89.nouvelobs.com/"; $this->description = "Returns the 5 newest posts from Rue89 (full text)"; - $this->update = '2016-08-17'; } diff --git a/bridges/Rule34Bridge.php b/bridges/Rule34Bridge.php index b0d5f888..1e2323d9 100644 --- a/bridges/Rule34Bridge.php +++ b/bridges/Rule34Bridge.php @@ -7,7 +7,6 @@ class Rule34Bridge extends BridgeAbstract{ $this->name = "Rule34"; $this->uri = "http://rule34.xxx/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/Rule34pahealBridge.php b/bridges/Rule34pahealBridge.php index 42014df8..17209fc7 100644 --- a/bridges/Rule34pahealBridge.php +++ b/bridges/Rule34pahealBridge.php @@ -7,7 +7,6 @@ class Rule34pahealBridge extends BridgeAbstract{ $this->name = "Rule34paheal"; $this->uri = "http://rule34.paheal.net/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/SafebooruBridge.php b/bridges/SafebooruBridge.php index b4b45f5c..b4c64f2d 100644 --- a/bridges/SafebooruBridge.php +++ b/bridges/SafebooruBridge.php @@ -7,7 +7,6 @@ class SafebooruBridge extends BridgeAbstract{ $this->name = "Safebooru"; $this->uri = "http://safebooru.org/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/SakugabooruBridge.php b/bridges/SakugabooruBridge.php index aea71336..e1c13a12 100644 --- a/bridges/SakugabooruBridge.php +++ b/bridges/SakugabooruBridge.php @@ -7,7 +7,6 @@ class SakugabooruBridge extends BridgeAbstract{ $this->name = "Sakugabooru"; $this->uri = "http://sakuga.yshi.org/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/ScmbBridge.php b/bridges/ScmbBridge.php index e2f631fc..367a6e4b 100644 --- a/bridges/ScmbBridge.php +++ b/bridges/ScmbBridge.php @@ -7,7 +7,6 @@ class ScmbBridge extends BridgeAbstract{ $this->name = "Se Coucher Moins Bête Bridge"; $this->uri = "http://secouchermoinsbete.fr/"; $this->description = "Returns the newest anecdotes."; - $this->update = '2016-08-17'; } diff --git a/bridges/ScoopItBridge.php b/bridges/ScoopItBridge.php index d7b4ed3d..2d0e914a 100644 --- a/bridges/ScoopItBridge.php +++ b/bridges/ScoopItBridge.php @@ -7,7 +7,6 @@ class ScoopItBridge extends BridgeAbstract{ $this->name = "ScoopIt"; $this->uri = "http://www.scoop.it"; $this->description = "Returns most recent results from ScoopIt."; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/SensCritiqueBridge.php b/bridges/SensCritiqueBridge.php index bff72bfc..c51cccb4 100644 --- a/bridges/SensCritiqueBridge.php +++ b/bridges/SensCritiqueBridge.php @@ -8,7 +8,6 @@ class SensCritiqueBridge extends BridgeAbstract { $this->name = "Sens Critique"; $this->uri = "http://www.senscritique.com"; $this->description = "Sens Critique news"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/Sexactu.php b/bridges/Sexactu.php index 2972ede1..379ff50e 100644 --- a/bridges/Sexactu.php +++ b/bridges/Sexactu.php @@ -7,7 +7,6 @@ class Sexactu extends BridgeAbstract{ $this->name = "Sexactu"; $this->uri = "http://www.gqmagazine.fr"; $this->description = "Sexactu via rss-bridge"; - $this->update = '2016-08-17'; } diff --git a/bridges/ShanaprojectBridge.php b/bridges/ShanaprojectBridge.php index cbb386f3..99802429 100644 --- a/bridges/ShanaprojectBridge.php +++ b/bridges/ShanaprojectBridge.php @@ -5,7 +5,6 @@ class ShanaprojectBridge extends BridgeAbstract { $this->name = 'Shanaproject Bridge'; $this->uri = 'http://www.shanaproject.com'; $this->description = 'Returns a list of anime from the current Season Anime List'; - $this->update = '2016-08-17'; } // Returns an html object for the Season Anime List (latest season) diff --git a/bridges/SiliconBridge.php b/bridges/SiliconBridge.php index e1bf84ae..956f9727 100644 --- a/bridges/SiliconBridge.php +++ b/bridges/SiliconBridge.php @@ -7,7 +7,6 @@ class SiliconBridge extends BridgeAbstract { $this->name = 'Silicon Bridge'; $this->uri = 'http://www.silicon.fr/'; $this->description = "Returns the newest articles."; - $this->update = '2016-08-17'; } diff --git a/bridges/SoundcloudBridge.php b/bridges/SoundcloudBridge.php index dc987c1c..8f114954 100644 --- a/bridges/SoundcloudBridge.php +++ b/bridges/SoundcloudBridge.php @@ -10,7 +10,6 @@ class SoundCloudBridge extends BridgeAbstract{ $this->name = "Soundcloud Bridge"; $this->uri = "http://www.soundcloud.com/"; $this->description = "Returns 10 newest music from user profile"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/StripeAPIChangeLogBridge.php b/bridges/StripeAPIChangeLogBridge.php index 334955f1..fa58422e 100644 --- a/bridges/StripeAPIChangeLogBridge.php +++ b/bridges/StripeAPIChangeLogBridge.php @@ -12,7 +12,6 @@ class StripeAPIChangeLogBridge extends BridgeAbstract{ $this->name = 'Stripe API Changelog'; $this->uri = 'https://stripe.com/docs/upgrades'; $this->description = 'Returns the changes made to the stripe.com API'; - $this->update = '2016-08-17'; } public function collectData(array $param){ diff --git a/bridges/SuperbWallpapersBridge.php b/bridges/SuperbWallpapersBridge.php index eb54dea5..74eab646 100644 --- a/bridges/SuperbWallpapersBridge.php +++ b/bridges/SuperbWallpapersBridge.php @@ -10,7 +10,6 @@ class SuperbWallpapersBridge extends BridgeAbstract { $this->name = "Superb Wallpapers Bridge"; $this->uri = "http://www.superbwallpapers.com/"; $this->description = "Returns the latests wallpapers from SuperbWallpapers"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/T411Bridge.php b/bridges/T411Bridge.php index 83f7a309..69e4adbf 100644 --- a/bridges/T411Bridge.php +++ b/bridges/T411Bridge.php @@ -7,7 +7,6 @@ class T411Bridge extends BridgeAbstract { $this->name = 'T411 Bridge'; $this->uri = 'https://t411.ch/'; $this->description = 'Returns the 10 newest torrents with specified search terms
Use url part after "?" mark when using their search engine.'; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/TagBoardBridge.php b/bridges/TagBoardBridge.php index f3bd4c99..b716ad6a 100644 --- a/bridges/TagBoardBridge.php +++ b/bridges/TagBoardBridge.php @@ -7,7 +7,6 @@ class TagBoardBridge extends BridgeAbstract{ $this->name = "TagBoard"; $this->uri = "http://www.TagBoard.com"; $this->description = "Returns most recent results from TagBoard."; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/TbibBridge.php b/bridges/TbibBridge.php index 59fa3e3e..dfa1a158 100644 --- a/bridges/TbibBridge.php +++ b/bridges/TbibBridge.php @@ -7,7 +7,6 @@ class TbibBridge extends BridgeAbstract{ $this->name = "Tbib"; $this->uri = "http://tbib.org/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/TheCodingLoveBridge.php b/bridges/TheCodingLoveBridge.php index f5d4b7fa..2a60ee19 100644 --- a/bridges/TheCodingLoveBridge.php +++ b/bridges/TheCodingLoveBridge.php @@ -7,7 +7,6 @@ class TheCodingLoveBridge extends BridgeAbstract{ $this->name = "The Coding Love"; $this->uri = "http://thecodinglove.com/"; $this->description = "The Coding Love"; - $this->update = '2016-08-17'; } diff --git a/bridges/TheHackerNewsBridge.php b/bridges/TheHackerNewsBridge.php index 7dff60db..81691f70 100644 --- a/bridges/TheHackerNewsBridge.php +++ b/bridges/TheHackerNewsBridge.php @@ -7,7 +7,6 @@ class TheHackerNewsBridge extends BridgeAbstract { $this->name = 'The Hacker News Bridge'; $this->uri = 'https://thehackernews.com/'; $this->description = 'Cyber Security, Hacking, Technology News.'; - $this->update = '2016-08-17'; } diff --git a/bridges/TheOatMealBridge.php b/bridges/TheOatMealBridge.php index e65a09b6..39bdf01e 100644 --- a/bridges/TheOatMealBridge.php +++ b/bridges/TheOatMealBridge.php @@ -10,7 +10,6 @@ class TheOatmealBridge extends RssExpander{ $this->name = "The Oatmeal"; $this->uri = "http://theoatmeal.com/"; $this->description = "Un petit site de dessins assez rigolos"; - $this->update = "2016-08-09"; } diff --git a/bridges/ThePirateBayBridge.php b/bridges/ThePirateBayBridge.php index 4f5650d0..f3de6bf8 100644 --- a/bridges/ThePirateBayBridge.php +++ b/bridges/ThePirateBayBridge.php @@ -7,7 +7,6 @@ class ThePirateBayBridge extends BridgeAbstract{ $this->name = "The Pirate Bay"; $this->uri = "https://thepiratebay.org/"; $this->description = "Returns results for the keywords. You can put several list of keywords by separating them with a semicolon (e.g. \"one show;another show\")"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/TwitchApiBridge.php b/bridges/TwitchApiBridge.php index 21f6a2a6..37a3d3d0 100644 --- a/bridges/TwitchApiBridge.php +++ b/bridges/TwitchApiBridge.php @@ -13,7 +13,6 @@ class TwitchApiBridge extends BridgeAbstract{ $this->name = "Twitch API Bridge"; $this->uri = "http://www.twitch.tv"; $this->description = "Returns the newest broadcasts or highlights by channel name using the Twitch API (v3)"; - $this->update = '2016-08-17'; $this->parameters["Get channel without limit"] = '[ diff --git a/bridges/TwitterBridge.php b/bridges/TwitterBridge.php index ca4d3068..6edfc7a4 100644 --- a/bridges/TwitterBridge.php +++ b/bridges/TwitterBridge.php @@ -7,7 +7,6 @@ class TwitterBridge extends BridgeAbstract{ $this->name = "Twitter Bridge"; $this->uri = "https://twitter.com/"; $this->description = "Returns tweets by keyword/hashtag or user name"; - $this->update = '2016-08-17'; $this->parameters["global"] = '[ diff --git a/bridges/UnsplashBridge.php b/bridges/UnsplashBridge.php index 492de7bd..23383d6c 100644 --- a/bridges/UnsplashBridge.php +++ b/bridges/UnsplashBridge.php @@ -7,7 +7,6 @@ class UnsplashBridge extends BridgeAbstract { $this->name = "Unsplash Bridge"; $this->uri = "http://unsplash.com/"; $this->description = "Returns the latests photos from Unsplash"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/ViadeoCompany.php b/bridges/ViadeoCompany.php index 2eef3b6e..08ca3211 100644 --- a/bridges/ViadeoCompany.php +++ b/bridges/ViadeoCompany.php @@ -7,7 +7,6 @@ class ViadeoCompany extends BridgeAbstract{ $this->name = "Viadeo Company"; $this->uri = "https://www.viadeo.com/"; $this->description = "Returns most recent actus from Company on Viadeo. (http://www.viadeo.com/fr/company/apple)"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/VineBridge.php b/bridges/VineBridge.php index 8cfb5527..ff16d873 100644 --- a/bridges/VineBridge.php +++ b/bridges/VineBridge.php @@ -7,7 +7,6 @@ class VineBridge extends BridgeAbstract { $this->name = "Vine bridge"; $this->uri = "http://vine.co/"; $this->description = "Returns the latests vines from vine user page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/VkBridge.php b/bridges/VkBridge.php index 9849a402..b655cf6b 100644 --- a/bridges/VkBridge.php +++ b/bridges/VkBridge.php @@ -9,7 +9,6 @@ class VkBridge extends BridgeAbstract { $this->name = "VK.com"; $this->uri = "http://www.vk.com/"; $this->description = "Working with open pages"; - $this->update = '2016-08-17'; $this->parameters["Url on page group or user"] = '[ { "name" : "Url", diff --git a/bridges/WallpaperStopBridge.php b/bridges/WallpaperStopBridge.php index 36ba6745..0f5da00d 100644 --- a/bridges/WallpaperStopBridge.php +++ b/bridges/WallpaperStopBridge.php @@ -11,7 +11,6 @@ class WallpaperStopBridge extends BridgeAbstract { $this->name = "WallpaperStop Bridge"; $this->uri = "http://www.wallpaperstop.com/"; $this->description = "Returns the latests wallpapers from WallpaperStop"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/WeLiveSecurityBridge.php b/bridges/WeLiveSecurityBridge.php index a8d33a2d..a87d9199 100644 --- a/bridges/WeLiveSecurityBridge.php +++ b/bridges/WeLiveSecurityBridge.php @@ -6,7 +6,6 @@ class WeLiveSecurityBridge extends BridgeAbstract { $this->name = 'We Live Security'; $this->uri = 'http://www.welivesecurity.com/'; $this->description = 'Returns the newest articles.'; - $this->update = '2016-08-17'; } public function collectData(array $param) { diff --git a/bridges/WhydBridge.php b/bridges/WhydBridge.php index c32ca8f6..ad7fcd00 100644 --- a/bridges/WhydBridge.php +++ b/bridges/WhydBridge.php @@ -10,7 +10,6 @@ class WhydBridge extends BridgeAbstract{ $this->name = "Whyd Bridge"; $this->uri = "http://www.whyd.com/"; $this->description = "Returns 10 newest music from user profile"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/WikipediaBridge.php b/bridges/WikipediaBridge.php index 3c060e98..10a74f77 100644 --- a/bridges/WikipediaBridge.php +++ b/bridges/WikipediaBridge.php @@ -9,7 +9,6 @@ class WikipediaBridge extends BridgeAbstract{ $this->name = 'Wikipedia bridge for many languages'; $this->uri = 'https://www.wikipedia.org/'; $this->description = 'Returns articles for a language of your choice'; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/WordPressBridge.php b/bridges/WordPressBridge.php index ef728e5b..eaa3e647 100644 --- a/bridges/WordPressBridge.php +++ b/bridges/WordPressBridge.php @@ -12,7 +12,6 @@ class WordPressBridge extends BridgeAbstract { $this->name = "Wordpress Bridge"; $this->uri = "https://wordpress.org/"; $this->description = "Returns the 3 newest full posts of a Wordpress blog"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/WorldOfTanks.php b/bridges/WorldOfTanks.php index fcfc57b4..5d84b268 100644 --- a/bridges/WorldOfTanks.php +++ b/bridges/WorldOfTanks.php @@ -12,7 +12,6 @@ class WorldOfTanks extends HttpCachingBridgeAbstract{ $this->name = "World of Tanks"; $this->uri = "http://worldoftanks.eu/"; $this->description = "News about the tank slaughter game."; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/XbooruBridge.php b/bridges/XbooruBridge.php index 4becacc1..4d8543bf 100644 --- a/bridges/XbooruBridge.php +++ b/bridges/XbooruBridge.php @@ -7,7 +7,6 @@ class XbooruBridge extends BridgeAbstract{ $this->name = "Xbooru"; $this->uri = "http://xbooru.com/"; $this->description = "Returns images from given page"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/YandereBridge.php b/bridges/YandereBridge.php index 39afb25f..c7aa3090 100644 --- a/bridges/YandereBridge.php +++ b/bridges/YandereBridge.php @@ -7,7 +7,6 @@ class YandereBridge extends BridgeAbstract{ $this->name = "Yande.re"; $this->uri = "https://yande.re/"; $this->description = "Returns images from given page and tags"; - $this->update = '2016-08-17'; $this->parameters[] = '[ diff --git a/bridges/YoutubeBridge.php b/bridges/YoutubeBridge.php index 52be476a..5a46cf51 100644 --- a/bridges/YoutubeBridge.php +++ b/bridges/YoutubeBridge.php @@ -14,7 +14,6 @@ class YoutubeBridge extends BridgeAbstract { $this->uri = 'https://www.youtube.com/'; $this->description = 'Returns the 10 newest videos by username/channel/playlist or search'; $this->maintainer = 'mitsukarenai'; - $this->update = '2016-08-17'; $this->parameters['By username'] = '[ diff --git a/bridges/ZDNetBridge.php b/bridges/ZDNetBridge.php index 0751592a..6b14eaa6 100644 --- a/bridges/ZDNetBridge.php +++ b/bridges/ZDNetBridge.php @@ -7,7 +7,6 @@ class ZDNetBridge extends BridgeAbstract { $this->name = 'ZDNet Bridge'; $this->uri = 'http://www.zdnet.com/'; $this->description = 'Technology News, Analysis, Comments and Product Reviews for IT Professionals.'; - $this->update = '2016-08-17'; $this->parameters[] = // http://www.zdnet.com/zdnet.opml diff --git a/bridges/ZatazBridge.php b/bridges/ZatazBridge.php index d0a53b21..bb953e5b 100644 --- a/bridges/ZatazBridge.php +++ b/bridges/ZatazBridge.php @@ -7,7 +7,6 @@ class ZatazBridge extends BridgeAbstract { $this->name = 'Zataz Magazine'; $this->uri = 'http://www.zataz.com'; $this->description = "ZATAZ Magazine - S'informer, c'est déjà se sécuriser"; - $this->update = '2016-08-17'; } diff --git a/bridges/ZoneTelechargementBridge.php b/bridges/ZoneTelechargementBridge.php index 7d4b0be8..a0338f50 100644 --- a/bridges/ZoneTelechargementBridge.php +++ b/bridges/ZoneTelechargementBridge.php @@ -7,7 +7,6 @@ class ZoneTelechargementBridge extends BridgeAbstract { $this->name = 'Zone Telechargement Bridge'; $this->uri = 'https://www.zone-telechargement.com/'; $this->description = 'RSS proxy returning the newest releases.
You may specify a category found in RSS URLs, else main feed is selected.'; - $this->update = '2016-08-17'; $this->parameters[] = '[