- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.3k
Description
Sometimes when I want to look for the latest (new) videos of a ongoing vlog series (e.g. Equals Three) I want the search results ordered by date.
I know that this problem will be solved when you implement the possibility to view and search in channel playlists, but I'd like the power to adjust the search results nonetheless.
Currently the results that are displayed use the default filter values, one of which is by order of relevance.
I suppose this isn't really hard to make; mostly adding extra arguments in the search() function in the file YoutubeSearchEngine.java, and a nice UI-component to let the user choose which filters he'd like to use, but I reckon it's not the smallest job ever to be done, especially if you take the time to work out a nice UI solution for this - which isn't easy.
Since I have a rough vision on how to do this, maybe I will be able to find the time during the christmas holidays to do it myself and submit a pull request.