diff --git a/src/parser/youtube/Channel.ts b/src/parser/youtube/Channel.ts index 43317433..600086a4 100644 --- a/src/parser/youtube/Channel.ts +++ b/src/parser/youtube/Channel.ts @@ -194,7 +194,7 @@ export default class Channel extends TabbedFeed { } async getCommunity(): Promise { - const tab = await this.getTabByURL('community'); + const tab = await this.getTabByURL('posts'); return new Channel(this.actions, tab.page, true); } @@ -283,7 +283,7 @@ export default class Channel extends TabbedFeed { } get has_community(): boolean { - return this.hasTabWithURL('community'); + return this.hasTabWithURL('posts'); } get has_about(): boolean {