diff --git a/bridges/ABCTabsBridge.php b/bridges/ABCTabsBridge.php index 4fd2487..1dbe77f 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 fce0ce1..a347ed3 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 baaf4a1..c88c4db 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 7eae61c..7f2d499 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 a0fcb54..0db9f6f 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 25b7d45..a316561 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 8d44d61..6086d1f 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 71bf36f..61c3fc0 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 a0091e0..84d5b42 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 be36c0c..8e6ef5e 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 b1423db..1a57299 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 d62041a..f839e19 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 7be650e..f905bdd 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 1aaefb3..7ab2113 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 1f79c62..ff97bd3 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 9de9b6d..95d6bc6 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 cae9650..49605b1 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 74ae314..9c92325 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 801968c..2c578fb 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 4947de3..888b104 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 fccaec7..86c1f11 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 45ad029..3de4573 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 41ee8ec..5958c77 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 95bfe39..8e2db94 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 b772ad1..55d1d62 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 bde3f9a..61633cc 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 7e50e8d..347eb72 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 7205585..54a4d44 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 5398643..d563b9a 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 551c8d9..936a32e 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 d1b4995..508301c 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 4b039df..cc3e618 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 d207716..4bb9f1b 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 a61aaba..4feb0bf 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 22fd142..9500817 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 f4443f7..db399af 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 6797d62..59a9cd9 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 35f382c..f3357c6 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 b0daed2..3ca6359 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 9cc0baf..0ebe359 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 5150562..be13416 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 20cd0cc..5cad100 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 71bba27..f8ea844 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 cc2faa0..c6c6a62 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 497c1af..82dbc8b 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 6d22823..33fdc6b 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 16862d2..62d9f07 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 0d900f9..ffa7865 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 9f1ffdb..0e2470b 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 e7db5a0..f3dfbb0 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 f6585ae..1314d40 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 dc4a3bf..98c252f 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 25934a0..3242cc8 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 23f54a9..a853e06 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 0e4359f..b029b0d 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 84cc8bf..6a4f1af 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 5b9d103..03c835d 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 9bb08a5..b8dbb5c 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 4c516c6..9fcb3e8 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 c39af38..e919634 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 b0e4f7d..b85639d 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 2fb6b4c..89c150f 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 afbdad3..a59fe3b 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 d97d1c6..212dc90 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 65bd5a6..c9f9237 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 7511cda..bbbd0b3 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 7501d51..c2da50b 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 950524a..79bc43f 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 b10c39d..623a622 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 02fd1b6..51f1391 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 7e5fdaa..1702cad 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 3cc0d81..e839104 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 e28c0e3..f3620a2 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 2e465fd..a33d7a2 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 568e857..ed7d5dd 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 0e0e5f8..5400f6f 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 b8a0ce8..9cd69d0 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 db74a24..bef9e19 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 2762faf..b44d766 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 aaf006c..ac76eb4 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 2a5b960..3c24fc2 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 096c11d..0f8341a 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 4c093ab..d435ef9 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 65947df..43149cd 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 a4feffe..c26a1eb 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 1012ea2..7d4a668 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 28a7a68..ee65dcd 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 080029d..9f6d926 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 490ed7a..310f289 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 2a563f6..3da44d4 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 e93cec4..4feae86 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 5dd813c..4548831 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 b0d5f88..1e2323d 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 42014df..17209fc 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 b4b45f5..b4c64f2 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 aea7133..e1c13a1 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 e2f631f..367a6e4 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 d7b4ed3..2d0e914 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 bff72bf..c51cccb 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 2972ede..379ff50 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 cbb386f..9980242 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 e1bf84a..956f972 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 dc987c1..8f11495 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 334955f..fa58422 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 eb54dea..74eab64 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 83f7a30..69e4adb 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 f3bd4c9..b716ad6 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 59fa3e3..dfa1a15 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 f5d4b7f..2a60ee1 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 7dff60d..81691f7 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 e65a09b..39bdf01 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 4f5650d..f3de6bf 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 21f6a2a..37a3d3d 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 ca4d306..6edfc7a 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 492de7b..23383d6 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 2eef3b6..08ca321 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 8cfb552..ff16d87 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 9849a40..b655cf6 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 36ba674..0f5da00 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 a8d33a2..a87d919 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 c32ca8f..ad7fcd0 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 3c060e9..10a74f7 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 ef728e5..eaa3e64 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 fcfc57b..5d84b26 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 4becacc..4d8543b 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 39afb25..c7aa309 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 52be476..5a46cf5 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 0751592..6b14eaa 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 d0a53b2..bb953e5 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 7d4b0be..a0338f5 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[] = '[