Search YouTube algorithmic tweak to increase result choice

This commit is contained in:
Kingkor Roy Tirtho 2022-05-09 17:48:20 +06:00
parent 5307cd7758
commit f8ae8393bc

View File

@ -70,6 +70,8 @@ Future<SpotubeTrack> toSpotubeTrack(
]) { ]) {
if (el) rate++; if (el) rate++;
} }
// can't let pass any non title matching track
if (!hasTitle) rate = rate - 2;
return { return {
"video": video, "video": video,
"points": rate, "points": rate,