-
Notifications
You must be signed in to change notification settings - Fork 836
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
[Feature Request]: Option to hide YouTube Shorts #2008
Comments
if there is a way to identify #shorts but i dont think youtube makes any distinction of this on any api if the size of a video is an indicator, a 1:2 resolution such as 720x1440 would suggest a phone or short video however all youtube preview images are forced to a 16:9 resolution, the empty space is filled by youtube's image generation. |
Maybe you could add an option where you the user could select to hide videos less than X seconds long. The user could decide what they consider a short. Or A combination of video size and less than a minute runtime would flag the video as a short |
Officially shorts have to be under 60 seconds long currently. However for subscriptions fetched via RSS I don't think duration information for the videos is available... |
I'd consider this a duplicate of #1070 |
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as spam.
This comment was marked as spam.
i've never written any javascript code before, just wanted to share this quick hack that filters out video in Subscription list which are shorter than 60secs, before Developers implement the ``video title'' filter feature. here's the patch:
set up your environment according to the wiki, apply the change, run lint, run build-release and install the package. suggestions welcome. |
Guidelines
Problem Description
This is less of a problem and more of an annoyance. When looking at the subscriptions / trending there are lots of #shorts videos which are not the content I am looking for on YouTube, and am not interested in.
Proposed Solution
An option to automatically hide all #shorts within the app, so they don't show up in subscriptions / trending / popular.
Alternatives Considered
Just not clicking on those videos I guess
Issue Labels
new feature
Additional Information
No response
The text was updated successfully, but these errors were encountered: