Remove sort by rating and date in video search filters#8676
Closed
Fijxu wants to merge 1 commit intoFreeTubeApp:developmentfrom
Closed
Remove sort by rating and date in video search filters#8676Fijxu wants to merge 1 commit intoFreeTubeApp:developmentfrom
Fijxu wants to merge 1 commit intoFreeTubeApp:developmentfrom
Conversation
Removes rating and date sorting options since Youtube removed them both acording to their thread: ``` The two filters we’re removing are ‘Upload Date - Last Hour’ and ‘Sort by Rating.’ ``` (https://support.google.com/youtube/thread/400586735/changes-to-youtube-search-filters-to-improve-content-discovery) Closes FreeTubeApp#8636
Member
|
Hey, thank you for the pull request. As I have changes locally for all of the filter and sorting changes (YouTube.js changes for reference: LuanRT/YouTube.js#1136) I'll probably go with those instead. It's just waiting for me to go through the hassle for adding support for all of the sorting layout changes on channel pages to YouTube.js before I do the YouTube.js release. |
Author
|
Cool, then feel free to close this instead of you already have the changes done in your computer ;) |
Member
|
Also not sure if you have changed it on the Invidious side yet, but the options for the duration section changed, not just the display text but also the protobuf values. |
Author
|
I see, I'll take a look at it, thank you ^^ |
auto-merge was automatically disabled
February 17, 2026 07:21
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Type
Related issue
Closes #8636
Description
Removes rating and date sorting options since Youtube removed them both acording to their thread:
(https://support.google.com/youtube/thread/400586735/changes-to-youtube-search-filters-to-improve-content-discovery)
Invidious search API works fine if the Preferred API backend is set to an Invidious instance.
Screenshots
Testing
git fetch origin pull/8676/head:remove-deprecated-sort-optionsto fetch the PRgit checkout remove-deprecated-sort-optionsyarn run buildDesktop
Additional context
iv-org/invidious#5626