rasguanabana / ytfs

YouTube File System
MIT License
1.1k stars 45 forks source link

Possibility to order resources in several ways #18

Closed danieledapo closed 9 years ago

danieledapo commented 9 years ago

It can sort by title, view count, relevance, rating and date. It is possible to create a global preference using -o option and using order param in a search.

This fixes #14.

rasguanabana commented 9 years ago

Thanks! :) There was a little problem with setting order in directory name - parser wasn't erasing the default value. See dd27185 for details.

danieledapo commented 9 years ago

Thank you for this really nice project and sorry for that bug.