valerebron/usetube

Search Result dates incorrect

Closed this issue · 2 comments

@valerebron The search result always returns the current date/time, instead of the video's date time.

Also, is there a way to get view count of videos in search results?

@towfiqi , usetube return current date/time to fill publishedAt when returning didyoumean datas:

publishedAt: new Date(Date.now()),

Tell me exactly witch usteube query cause current date results in your case & I'll try to fix it.

View count is plan for the next version, stay tuned.

should be fixed with usetube 2.1.1 !

cheers !