miurla / morphic

An AI-powered search engine with a generative UI
https://morphic.sh
Apache License 2.0
6.04k stars 1.51k forks source link

Latest YouTube videos #168

Closed ZainGithub12 closed 4 months ago

ZainGithub12 commented 4 months ago

Describe the issue: When I ask for latest YouTube video, e.g. latest Faze Rug video or any other youtuber, the result sometimes outputs an older video rather than the latest.

arsaboo commented 4 months ago

I don't think this is a Morphic problem. The underlying search engine may not have scraped the latest content.

ZainGithub12 commented 4 months ago

Oh okay, maybe you're right :) can this issue be fixed in any way or not then?

miurla commented 4 months ago

The video search API we are currently using does not have a date parameter. Even if latest is included in the query, if the newest videos are not retrieved, the current API cannot handle it. We need to switch to a different API.

ZainGithub12 commented 4 months ago

Okay, the same happens with other AI too e.g. Microsoft Copilot, so I understand if it's difficult to find the right API I guess.