-
-
Notifications
You must be signed in to change notification settings - Fork 542
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
Add an option to filter videos with less than 1000 views #1833
Comments
hi! @yeolsongarak wanna exclude <1000 or exclude the rest? == so your subscriptions are rather popular? or your subscriptions are rather personal / specific and you only want videos below 1000 in https://www.youtube.com/feed/subscriptions specifically? check: #1451 |
Thank you for your answer. I couldn't find the specific code, but it's mentioned in the changelog of inotia's repository here: It's the 10th line, "Hide videos with low views".
(Btw I'm not sure if 1000 would be the best threshold for everyone, it just sounded logical to me after seeing the number of views of the videos I'm seeing) |
hi @yeolsongarak i see! the recommendations must be more experimental then, due to lack of data for these new/unpopular videos |
surprisingly enough it only exists in one file here: https://github.com/search?q=LowViewsFilter&type=code |
www.youtube.com##ytd-browse[page-subtype="home"] span.ytd-video-meta-block:has-text(/\d+\sviews/):upward(ytd-rich-item-
renderer)
Yes, we might come across another reason to check youtube's language sooner or later (localized set of regex), but rather much later if ever. It's efficient also to be able to apply regex in a CSS selector. (Several great features i delayed implementing because our code doesn't do that yet) |
BTW guys,The typical GitHub issues takes several years to be solved if ever. |
I noticed Revanced just added this option, I didn't think it was needed at first, but I often get those random recommendations from random channels. I wouldn't mind them much but I think I'm wasting a lot of time reading the title of some video I have zero interest of it. Not sure if this is complicated to implement, because most of the videos from my subscription tab have less than 1000 views.
Thanks a lot for all the awesome features of ImprovedYoutube!
The text was updated successfully, but these errors were encountered: