mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Search YouTube algorithmic tweak to increase result choice
This commit is contained in:
parent
5307cd7758
commit
f8ae8393bc
@ -70,6 +70,8 @@ Future<SpotubeTrack> toSpotubeTrack(
|
||||
]) {
|
||||
if (el) rate++;
|
||||
}
|
||||
// can't let pass any non title matching track
|
||||
if (!hasTitle) rate = rate - 2;
|
||||
return {
|
||||
"video": video,
|
||||
"points": rate,
|
||||
|
Loading…
Reference in New Issue
Block a user