Apparently fixed but mpv takes a while to load
This commit is contained in:
parent
71209f7156
commit
fab2687a5b
1 changed files with 2 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue