finish renaming Community -> Posts

This commit is contained in:
shaun 2025-07-07 00:09:19 -05:00
parent c3c52040f6
commit f0202ea893
3 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ Requires minimum PHP 7.4.
* `TwitchBridge`: [Fetches videos from channel](https://rss-bridge.org/bridge01/#bridge-TwitchBridge)
* `XPathBridge`: [Scrape out a feed using XPath expressions](https://rss-bridge.org/bridge01/#bridge-XPathBridge)
* `YoutubeBridge`: [Fetches videos by username/channel/playlist/search](https://rss-bridge.org/bridge01/#bridge-YoutubeBridge)
* `YouTubeCommunityTabBridge`: [Fetches posts from a channel's community tab](https://rss-bridge.org/bridge01/#bridge-YouTubeCommunityTabBridge)
* `YouTubePostsTabBridge`: [Fetches posts from a channel's Posts tab](https://rss-bridge.org/bridge01/#bridge-YouTubePostsTabBridge)
## Tutorial

View file

@ -1,6 +1,6 @@
<?php
class YouTubeCommunityTabBridge extends BridgeAbstract
class YouTubePostsTabBridge extends BridgeAbstract
{
const NAME = 'YouTube Posts Tab Bridge';
const URI = 'https://www.youtube.com';

View file

@ -23,7 +23,7 @@
;enabled_bridges[] = Twitch
;enabled_bridges[] = XPathBridge
;enabled_bridges[] = Youtube
;enabled_bridges[] = YouTubeCommunityTabBridge
;enabled_bridges[] = YouTubePostsTabBridge
enabled_bridges[] = *
timezone = "UTC"