Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YoutubeStreamLinkHandlerFactory accept channel links #524

Closed
B0pol opened this issue Jan 23, 2021 · 1 comment · Fixed by #527
Closed

YoutubeStreamLinkHandlerFactory accept channel links #524

B0pol opened this issue Jan 23, 2021 · 1 comment · Fixed by #527

Comments

@B0pol
Copy link
Member

B0pol commented Jan 23, 2021

You can try with any channel/id link, https://invidio.us/channel/UCBR8-60-B28hp2BmDPdntcQ

add

        invalidUrls.add("https://www.youtube.com/channel/UCBR8-60-B28hp2BmDPdntcQ");
        invalidUrls.add("https://invidio.us/channel/UCBR8-60-B28hp2BmDPdntcQ");

in YoutubeStreamLinkHandlerFactoryTest.getIdForInvalidUrls()

@B0pol
Copy link
Member Author

B0pol commented Jan 23, 2021

Regression introduced by #394, due to the fact it was tested only for youtu.be (short URLs) and youtube.com (normal URLs), but Invidious combines both short and normal URLs with the same domain

B0pol added a commit to B0pol/NewPipeExtractor that referenced this issue Jan 23, 2021
TobiGr pushed a commit that referenced this issue Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant