GFdevelop / alphatube

A system of recommendations for YouTube
http://site1826.tw.cs.unibo.it/
MIT License
2 stars 1 forks source link

Search return video not playable #7

Closed forno96 closed 5 years ago

forno96 commented 5 years ago

The search returns videos not viewable outside YT Image of Search Error

GFdevelop commented 5 years ago

On my branch the only issue is the filter that you apply https://github.com/GFdevelop/alphatube/blob/685eb6e3f7b6dfc8b1c36c04d7d24363d0786ba4/src/app/services/youtube/youtube.service.ts#L94 This is not right by definition https://developers.google.com/youtube/v3/docs/videos#status.publicStatsViewable and must be removed.

After remove this, what is the query search that return you video not playable?

GFdevelop commented 5 years ago

search not return fe4EK4HSPkI in the results.

GFdevelop commented 5 years ago

There are some videos that the search not return but they are playable, for example the query "kids mgmt" not return the video with id "fe4EK4HSPkI"; this is a youtube api issue with the parameter "videoSyndicated".