Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bridges/ABCNewsBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class ABCNewsBridge extends BridgeAbstract
{
const NAME = 'ABC News Bridge';
const NAME = 'ABC News';
const URI = 'https://www.abc.net.au';
const DESCRIPTION = 'Topics of the Australian Broadcasting Corporation';
const MAINTAINER = 'yue-dongchen';
Expand Down
2 changes: 1 addition & 1 deletion bridges/ARDAudiothekBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class ARDAudiothekBridge extends BridgeAbstract
{
const NAME = 'ARD-Audiothek Bridge';
const NAME = 'ARD-Audiothek';
const URI = 'https://www.ardaudiothek.de';
const DESCRIPTION = 'Feed of any show in the ARD-Audiothek, specified by its path';
const MAINTAINER = 'Mar-Koeh';
Expand Down
2 changes: 1 addition & 1 deletion bridges/ARDMediathekBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class ARDMediathekBridge extends BridgeAbstract
{
const NAME = 'ARD-Mediathek Bridge';
const NAME = 'ARD-Mediathek';
const URI = 'https://www.ardmediathek.de';
const DESCRIPTION = 'Feed of any series in the ARD-Mediathek, specified by its path';
const MAINTAINER = 'yue-dongchen';
Expand Down
2 changes: 1 addition & 1 deletion bridges/ASRockNewsBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class ASRockNewsBridge extends BridgeAbstract
{
const NAME = 'ASRock News Bridge';
const NAME = 'ASRock News';
const URI = 'https://www.asrock.com';
const DESCRIPTION = 'Returns latest news articles';
const MAINTAINER = 'VerifiedJoseph';
Expand Down
2 changes: 1 addition & 1 deletion bridges/AcrimedBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class AcrimedBridge extends FeedExpander
{
const MAINTAINER = 'qwertygc';
const NAME = 'Acrimed Bridge';
const NAME = 'Acrimed';
const URI = 'https://www.acrimed.org/';
const CACHE_TIMEOUT = 4800; //2hours
const DESCRIPTION = 'Returns the newest articles';
Expand Down
2 changes: 1 addition & 1 deletion bridges/AllocineFRBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class AllocineFRBridge extends BridgeAbstract
{
const MAINTAINER = 'superbaillot.net';
const NAME = 'Allo Cine Bridge';
const NAME = 'Allo Cine';
const CACHE_TIMEOUT = 25200; // 7h
const URI = 'https://www.allocine.fr';
const DESCRIPTION = 'Bridge for allocine.fr';
Expand Down
2 changes: 1 addition & 1 deletion bridges/AllocineFRSortiesBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class AllocineFRSortiesBridge extends BridgeAbstract
{
const MAINTAINER = 'Simounet';
const NAME = 'AlloCiné Sorties Bridge';
const NAME = 'AlloCiné Sorties';
const CACHE_TIMEOUT = 25200; // 7h
const BASE_URI = 'https://www.allocine.fr';
const URI = self::BASE_URI . '/film/sorties-semaine/';
Expand Down
2 changes: 1 addition & 1 deletion bridges/AnimeUltimeBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function collectData()
public function getName()
{
if (!is_null($this->getInput('type'))) {
return 'Latest ' . $this->getKey('type') . ' - Anime-Ultime Bridge';
return 'Latest ' . $this->getKey('type') . ' - Anime-Ultime';
}

return parent::getName();
Expand Down
2 changes: 1 addition & 1 deletion bridges/AssociatedPressNewsBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class AssociatedPressNewsBridge extends BridgeAbstract
{
const NAME = 'Associated Press News Bridge';
const NAME = 'Associated Press News';
const URI = 'https://apnews.com/';
const DESCRIPTION = 'Returns newest articles by topic';
const MAINTAINER = 'VerifiedJoseph';
Expand Down
2 changes: 1 addition & 1 deletion bridges/BAEBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class BAEBridge extends BridgeAbstract
{
const MAINTAINER = 'couraudt';
const NAME = 'Bourse Aux Equipiers Bridge';
const NAME = 'Bourse Aux Equipiers';
const URI = 'https://www.bourse-aux-equipiers.com';
const DESCRIPTION = 'Returns the newest sailing offers.';
const PARAMETERS = [
Expand Down
2 changes: 1 addition & 1 deletion bridges/BadDragonBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class BadDragonBridge extends BridgeAbstract
{
const NAME = 'Bad Dragon Bridge';
const NAME = 'Bad Dragon';
const URI = 'https://bad-dragon.com/';
const CACHE_TIMEOUT = 300; // 5min
const DESCRIPTION = 'Returns sales or new clearance items';
Expand Down
2 changes: 1 addition & 1 deletion bridges/BandcampBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class BandcampBridge extends BridgeAbstract
{
const MAINTAINER = 'sebsauvage, Roliga';
const NAME = 'Bandcamp Bridge';
const NAME = 'Bandcamp';
const URI = 'https://bandcamp.com/';
const CACHE_TIMEOUT = 600; // 10min
const DESCRIPTION = 'New bandcamp releases by tag, band or album';
Expand Down
2 changes: 1 addition & 1 deletion bridges/BandcampDailyBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class BandcampDailyBridge extends BridgeAbstract
{
const NAME = 'Bandcamp Daily Bridge';
const NAME = 'Bandcamp Daily';
const URI = 'https://daily.bandcamp.com';
const DESCRIPTION = 'Returns newest articles';
const MAINTAINER = 'VerifiedJoseph';
Expand Down
2 changes: 1 addition & 1 deletion bridges/BastaBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class BastaBridge extends BridgeAbstract
{
const MAINTAINER = 'qwertygc';
const NAME = 'Bastamag Bridge';
const NAME = 'Bastamag';
const URI = 'https://www.bastamag.net/';
const CACHE_TIMEOUT = 7200; // 2h
const DESCRIPTION = 'Returns the newest articles.';
Expand Down
2 changes: 1 addition & 1 deletion bridges/BazarakiBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class BazarakiBridge extends BridgeAbstract
{
const NAME = 'Bazaraki Bridge';
const NAME = 'Bazaraki';
const URI = 'https://bazaraki.com';
const DESCRIPTION = 'Fetch adverts from Bazaraki, a Cyprus-based classifieds website.';
const MAINTAINER = 'danwain';
Expand Down
2 changes: 1 addition & 1 deletion bridges/BlueskyBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class BlueskyBridge extends BridgeAbstract
{
//Initial PR by [RSSBridge contributors](https://github.com/RSS-Bridge/rss-bridge/issues/4058).
//Modified from [©DIYgod and contributors at RSSHub](https://github.com/DIYgod/RSSHub/tree/master/lib/routes/bsky), MIT License';
const NAME = 'Bluesky Bridge';
const NAME = 'Bluesky';
const URI = 'https://bsky.app';
const DESCRIPTION = 'Fetches posts from Bluesky';
const MAINTAINER = 'mruac';
Expand Down
2 changes: 1 addition & 1 deletion bridges/BookMyShowBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class BookMyShowBridge extends BridgeAbstract
{
const MAINTAINER = 'captn3m0';
const NAME = 'BookMyShow Bridge';
const NAME = 'BookMyShow';
const URI = 'https://in.bookmyshow.com';
const MOVIES_IMAGE_BASE_FORMAT = 'https://in.bmscdn.com/iedb/movies/images/mobile/thumbnail/large/%s.jpg';
const DESCRIPTION = 'Returns the latest events on BookMyShow';
Expand Down
2 changes: 1 addition & 1 deletion bridges/BrutBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class BrutBridge extends BridgeAbstract
{
const NAME = 'Brut Bridge';
const NAME = 'Brut';
const URI = 'https://www.brut.media';
const DESCRIPTION = 'Returns 10 newest videos by category and edition';
const MAINTAINER = 'VerifiedJoseph';
Expand Down
2 changes: 1 addition & 1 deletion bridges/BugzillaBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class BugzillaBridge extends BridgeAbstract
{
const NAME = 'Bugzilla Bridge';
const NAME = 'Bugzilla';
const URI = 'https://www.bugzilla.org/';
const DESCRIPTION = 'Bridge for any Bugzilla instance';
const MAINTAINER = 'Yaman Qalieh';
Expand Down
2 changes: 1 addition & 1 deletion bridges/BundesbankBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class BundesbankBridge extends BridgeAbstract
const LANG_EN = 'en';
const LANG_DE = 'de';

const NAME = 'Bundesbank Bridge';
const NAME = 'Bundesbank';
const URI = 'https://www.bundesbank.de/';
const DESCRIPTION = 'Returns the latest studies of the Bundesbank (Germany)';
const MAINTAINER = 'logmanoriginal';
Expand Down
2 changes: 1 addition & 1 deletion bridges/CachetBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class CachetBridge extends BridgeAbstract
{
const NAME = 'Cachet Bridge';
const NAME = 'Cachet';
const URI = 'https://cachethq.io/';
const DESCRIPTION = 'Returns status updates from any Cachet installation';
const MAINTAINER = 'klimplant';
Expand Down
2 changes: 1 addition & 1 deletion bridges/CaschyBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class CaschyBridge extends FeedExpander
{
const MAINTAINER = 'Tone866';
const NAME = 'Caschys Blog Bridge';
const NAME = 'Caschys Blog';
const URI = 'https://stadt-bremerhaven.de/';
const CACHE_TIMEOUT = 1800; // 30min
const DESCRIPTION = 'Returns the full articles instead of only the intro';
Expand Down
2 changes: 1 addition & 1 deletion bridges/CastorusBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class CastorusBridge extends BridgeAbstract
{
const MAINTAINER = 'logmanoriginal';
const NAME = 'Castorus Bridge';
const NAME = 'Castorus';
const URI = 'https://www.castorus.com';
const CACHE_TIMEOUT = 600; // 10min
const DESCRIPTION = 'Returns the latest changes';
Expand Down
2 changes: 1 addition & 1 deletion bridges/CdactionBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class CdactionBridge extends BridgeAbstract
{
const NAME = 'CD-ACTION bridge';
const NAME = 'CD-ACTION';
const URI = 'https://cdaction.pl';
const DESCRIPTION = 'Fetches the latest posts from given category.';
const MAINTAINER = 'tomaszkane';
Expand Down
2 changes: 1 addition & 1 deletion bridges/CeskaTelevizeBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class CeskaTelevizeBridge extends BridgeAbstract
{
const NAME = 'Česká televize Bridge';
const NAME = 'Česká televize';
const URI = 'https://www.ceskatelevize.cz';
const CACHE_TIMEOUT = 3600;
const DESCRIPTION = 'Return newest videos';
Expand Down
2 changes: 1 addition & 1 deletion bridges/CodebergBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class CodebergBridge extends BridgeAbstract
{
const NAME = 'Codeberg Bridge';
const NAME = 'Codeberg';
const URI = 'https://codeberg.org/';
const DESCRIPTION = 'Returns commits, issues, pull requests or releases for a repository.';
const MAINTAINER = 'VerifiedJoseph';
Expand Down
2 changes: 1 addition & 1 deletion bridges/CommonDreamsBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class CommonDreamsBridge extends FeedExpander
{
const MAINTAINER = 'nyutag';
const NAME = 'CommonDreams Bridge';
const NAME = 'CommonDreams';
const URI = 'https://www.commondreams.org/';
const DESCRIPTION = 'Returns the newest articles.';

Expand Down
2 changes: 1 addition & 1 deletion bridges/CourrierInternationalBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class CourrierInternationalBridge extends FeedExpander
{
const MAINTAINER = 'teromene';
const NAME = 'Courrier International Bridge';
const NAME = 'Courrier International';
const URI = 'https://www.courrierinternational.com/';
const CACHE_TIMEOUT = 300; // 5 min
const DESCRIPTION = 'Returns the newest articles';
Expand Down
2 changes: 1 addition & 1 deletion bridges/CraigslistBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class CraigslistBridge extends BridgeAbstract
{
const NAME = 'Craigslist Bridge';
const NAME = 'Craigslist';
const URI = 'https://craigslist.org/';
const DESCRIPTION = 'Returns craigslist search results';

Expand Down
2 changes: 1 addition & 1 deletion bridges/CrewbayBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class CrewbayBridge extends BridgeAbstract
{
const MAINTAINER = 'couraudt';
const NAME = 'Crewbay Bridge';
const NAME = 'Crewbay';
const URI = 'https://www.crewbay.com';
const DESCRIPTION = 'Returns the newest sailing offers.';
const PARAMETERS = [
Expand Down
2 changes: 1 addition & 1 deletion bridges/CssSelectorBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class CssSelectorBridge extends BridgeAbstract
{
const MAINTAINER = 'ORelio';
const NAME = 'CSS Selector Bridge';
const NAME = 'CSS Selector';
const URI = 'https://github.com/RSS-Bridge/rss-bridge/';
const DESCRIPTION = 'Convert any site to RSS feed using CSS selectors (Advanced Users)';
const PARAMETERS = [
Expand Down
2 changes: 1 addition & 1 deletion bridges/CssSelectorComplexBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class CssSelectorComplexBridge extends BridgeAbstract
{
const MAINTAINER = 'Lars Stegman';
const NAME = 'CSS Selector Complex Bridge';
const NAME = 'CSS Selector Complex';
const URI = 'https://github.com/RSS-Bridge/rss-bridge/';
const DESCRIPTION = <<<EOT
Convert any site to RSS feed using CSS selectors (Advanced Users). The bridge first selects
Expand Down
2 changes: 1 addition & 1 deletion bridges/DailymotionBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class DailymotionBridge extends BridgeAbstract
{
const MAINTAINER = 'mitsukarenai';
const NAME = 'Dailymotion Bridge';
const NAME = 'Dailymotion';
const URI = 'https://www.dailymotion.com/';
const CACHE_TIMEOUT = 3600; // 1h
const DESCRIPTION = 'Returns the 5 newest videos by username/playlist or search';
Expand Down
2 changes: 1 addition & 1 deletion bridges/DarkReadingBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class DarkReadingBridge extends FeedExpander
{
const MAINTAINER = 'ORelio';
const NAME = 'Dark Reading Bridge';
const NAME = 'Dark Reading';
const URI = 'https://www.darkreading.com/';
const DESCRIPTION = 'Returns the newest articles from Dark Reading';

Expand Down
2 changes: 1 addition & 1 deletion bridges/DauphineLibereBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class DauphineLibereBridge extends FeedExpander
{
const MAINTAINER = 'qwertygc';
const NAME = 'Dauphine Bridge';
const NAME = 'Dauphine';
const URI = 'https://www.ledauphine.com/';
const CACHE_TIMEOUT = 7200; // 2h
const DESCRIPTION = 'Returns the newest articles.';
Expand Down
2 changes: 1 addition & 1 deletion bridges/DealabsBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class DealabsBridge extends PepperBridgeAbstract
{
const NAME = 'Dealabs Bridge';
const NAME = 'Dealabs';
const URI = 'https://www.dealabs.com/';
const DESCRIPTION = 'Affiche les Deals de Dealabs';
const MAINTAINER = 'sysadminstory';
Expand Down
2 changes: 1 addition & 1 deletion bridges/DerpibooruBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class DerpibooruBridge extends BridgeAbstract
{
const NAME = 'Derpibooru Bridge';
const NAME = 'Derpibooru';
const URI = 'https://derpibooru.org/';
const DESCRIPTION = 'Returns newest images from a Derpibooru search';
const CACHE_TIMEOUT = 300; // 5min
Expand Down
2 changes: 1 addition & 1 deletion bridges/DesoutterBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class DesoutterBridge extends BridgeAbstract
const CATEGORY_NEWS = 'News & Events';
const CATEGORY_INDUSTRY = 'Industry 4.0 News';

const NAME = 'Desoutter Bridge';
const NAME = 'Desoutter';
const URI = 'https://www.desouttertools.com';
const DESCRIPTION = 'Returns feeds for news from Desoutter';
const MAINTAINER = 'logmanoriginal';
Expand Down
2 changes: 1 addition & 1 deletion bridges/DeutscheWelleBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class DeutscheWelleBridge extends FeedExpander
{
const MAINTAINER = 'No maintainer';
const NAME = 'Deutsche Welle Bridge';
const NAME = 'Deutsche Welle';
const URI = 'https://www.dw.com';
const DESCRIPTION = 'Returns the full articles instead of only the intro';
const CACHE_TIMEOUT = 3600;
Expand Down
2 changes: 1 addition & 1 deletion bridges/DevToBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class DevToBridge extends BridgeAbstract
const CONTEXT_BY_TAG = 'By tag';
const CONTEXT_BY_USER = 'By user';

const NAME = 'dev.to Bridge';
const NAME = 'dev.to';
const URI = 'https://dev.to';
const DESCRIPTION = 'Returns feeds for tags';
const MAINTAINER = 'logmanoriginal';
Expand Down
2 changes: 1 addition & 1 deletion bridges/DockerHubBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class DockerHubBridge extends BridgeAbstract
{
const NAME = 'Docker Hub Bridge';
const NAME = 'Docker Hub';
const URI = 'https://hub.docker.com';
const DESCRIPTION = 'Returns new images for a container';
const MAINTAINER = 'VerifiedJoseph';
Expand Down
2 changes: 1 addition & 1 deletion bridges/DoujinStyleBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class DoujinStyleBridge extends BridgeAbstract
{
const NAME = 'DoujinStyle Bridge';
const NAME = 'DoujinStyle';
const URI = 'https://doujinstyle.com/';
const DESCRIPTION = 'Returns submissions from DoujinStyle';
const MAINTAINER = 'mrtnvgr';
Expand Down
2 changes: 1 addition & 1 deletion bridges/EconomistBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class EconomistBridge extends FeedExpander
{
const MAINTAINER = 'bockiii, sqrtminusone';
const NAME = 'Economist Bridge';
const NAME = 'Economist';
const URI = 'https://www.economist.com/';
const CACHE_TIMEOUT = 3600; //1hour
const DESCRIPTION = 'Returns the latest articles for the selected category';
Expand Down
2 changes: 1 addition & 1 deletion bridges/EconomistWorldInBriefBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class EconomistWorldInBriefBridge extends BridgeAbstract
{
const MAINTAINER = 'sqrtminusone';
const NAME = 'Economist the World in Brief Bridge';
const NAME = 'Economist the World in Brief';
const URI = 'https://www.economist.com/the-world-in-brief';

const CACHE_TIMEOUT = 3600; // 1 hour
Expand Down
Loading
Loading