mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 15:30:01 +02:00
finish renaming Community -> Posts
This commit is contained in:
parent
c3c52040f6
commit
f0202ea893
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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';
|
|
@ -23,7 +23,7 @@
|
|||
;enabled_bridges[] = Twitch
|
||||
;enabled_bridges[] = XPathBridge
|
||||
;enabled_bridges[] = Youtube
|
||||
;enabled_bridges[] = YouTubeCommunityTabBridge
|
||||
;enabled_bridges[] = YouTubePostsTabBridge
|
||||
enabled_bridges[] = *
|
||||
|
||||
timezone = "UTC"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue