Apparently fixed but mpv takes a while to load

This commit is contained in:
qorg11 2021-11-08 15:14:39 +01:00
parent 71209f7156
commit fab2687a5b
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -160,12 +160,11 @@ sub get_video_data($) {
$json_obj->{account}->{name}, $json_obj->{account}->{name},
$json_obj->{files}->[$config{default_resolution}]->{resolution}->{label}); $json_obj->{files}->[$config{default_resolution}]->{resolution}->{label});
} else { # For some reason, vlc seems to work better with this kind of videos. } else { # For some reason, vlc seems to work better with this kind of videos.
return ($json_obj->{streamingPlaylists}->[0]->{files}->[0]->{fileUrl}, return ($json_obj->{streamingPlaylists}->[0]->{files}->[0]->{fileDownloadUrl},
$json_obj->{name}, $json_obj->{name},
$json_obj->{description}, $json_obj->{description},
$json_obj->{account}->{name}, $json_obj->{account}->{name},
$json_obj->{files}->[$config{default_resolution}]->{resolution}->{label}); $json_obj->{streamingPlaylists}->[0]->{files}->[$config{resolution}]->{resolution}->{label})
} }
} else { } else {
return "error\n"; return "error\n";