fix video selection offset

This commit is contained in:
imsamuka 2021-12-27 01:14:39 -03:00
parent f3776613b4
commit 289f1d8c63
No known key found for this signature in database
GPG key ID: AF9ACFEF1FD372EE

View file

@ -107,7 +107,7 @@ module Youtube
end end
end end
return yt_metadata[input]["href"] return yt_metadata[input-1]["href"]
end end