Maybe not be a redirect in animeflv.cc

This commit is contained in:
Sergiotarxz 2021-04-07 23:40:24 +02:00
parent 10745de950
commit a902ef7e5d
1 changed files with 4 additions and 1 deletions

View File

@ -298,7 +298,10 @@ sub animeid {
filename => $filename,
};
} else {
die 'Getting redirect failed because: ' . $video_response->status_line;
return {
url => $download_redirect_url,
filename => $filename,
}
}
}
1;