Skip to content

Add whitelisted channel support #22

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

Open
mat926 opened this issue Aug 16, 2020 · 1 comment
Open

Add whitelisted channel support #22

mat926 opened this issue Aug 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mat926
Copy link

mat926 commented Aug 16, 2020

Let me add channels where the addon wont modify the video thumbnail.

@pietervanheijningen
Copy link
Owner

This has been something i've attempted, but the issue comes down to it being difficult to detect what thumbnail belongs to what youtube channel. As all the extension see's is just the url of the thumbnail, and based on that it then needs to decide in a couple of milliseconds what channel it belongs to.

I have some code up on the test_subs_support branch that makes a call to the youtube api for every thumbnail, but it was just way too slow and resulted in a horrible experience.

If anyone knows a way to do it i'd love to implement it though!

@pietervanheijningen pietervanheijningen added the enhancement New feature or request label Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants