calzoneman / sync

Node.JS Server and JavaScript/HTML Client for synchronizing online media
Other
1.47k stars 232 forks source link

More advanced youtube search #47

Closed uchigawa closed 11 years ago

uchigawa commented 11 years ago

Is it youtube api limitation to have only 25 search results?

If not, and if you have some free time and want to improve it, you could make more advanced searching with results pagination and sorting by relevenance/upload date/view count/rating, just like on YT.

calzoneman commented 11 years ago

YouTube's API returns 25 results per page. I'm just reading the first page because the YouTube search is intended to just be a quick convenience. It's certainly possible to do what you're suggesting, but that would push this software further away from the UNIX philosophy of "do one thing and do it well". YouTube's website will have a much better search function than anything I could implement directly into CyTube.

uchigawa commented 11 years ago

OK, I just wanted to know, I do not really use this feature.