Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Allow channel tags + channel urls #128

Merged

Conversation

ChunkyProgrammer
Copy link
Member

@ChunkyProgrammer ChunkyProgrammer commented Nov 16, 2022

Allow channel tags to be passed + channel urls
Closes #129

const ajaxUrl = `https://www.youtube.com/user/${channelId}/${urlAppendix}`
async performChannelPageRequestWithFallbacks(channelId, urlAppendix) {
return await this.performChannelUrlRequest(channelId, urlAppendix).catch(async _ => {
return await this.performChannelTagRequest(channelId, urlAppendix).catch(async _ => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made tag second as it seems like youtube will pe preferring these urls

@FreeTubeBot FreeTubeBot merged commit 98f1017 into FreeTubeApp:development Nov 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support new YouTube url @
5 participants