diff options
Diffstat (limited to 'rhautoimport-eu')
-rwxr-xr-x | rhautoimport-eu | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rhautoimport-eu b/rhautoimport-eu index 5aad6f0..72509c3 100755 --- a/rhautoimport-eu +++ b/rhautoimport-eu @@ -84,8 +84,7 @@ my $bd = sprintf("%04d-%02d-%02d", @broadcast_date); print "looking for files after $bd in Audioboom Clips\n"; print " -> $API_URL\n"; -my %h = ( 'Accept' => 'application/json; version=1' ); -my ($result, $data) = RHRD::utils::fetch_parse_json($API_URL, "Radio Helsinki - Automatic Import", \%h); +my ($result, $data) = rhautoimport::fetch_parse_json_audioboom($API_URL); unless ($result) { print "Error fetching data: $data\n"; exit 1; |