Audio wget无法在页面中保存音频文件

Audio wget无法在页面中保存音频文件,audio,wget,Audio,Wget,我正在运行这个wget,能够保存网页中的所有内容(css、html、图像、相对路径引用等),除了音频(alert.mp3、alert.ogg) 从这种格式获取音频是因为wget的限制吗 <?php exec("wget --no-parent --timestamping --convert-links --page-requisites -erobots=off http://webpage/index.html"); ?> <html> <body&g

我正在运行这个wget,能够保存网页中的所有内容(css、html、图像、相对路径引用等),除了音频(alert.mp3、alert.ogg)

从这种格式获取音频是因为wget的限制吗

<?php
    exec("wget --no-parent --timestamping --convert-links --page-requisites -erobots=off http://webpage/index.html");
?>

<html>
<body>
bla bla bla

<audio autoplay="autoplay" preload=""><source src="alert.mp3" type="audio/mpeg"><source src="alert.ogg" type="audio/ogg"></audio>

</body>
</html>

呜呜呜呜

您使用的是什么版本的wget?可能它太老了,无法理解
音频
源代码
?我使用的是刚刚升级到1.16的1.12I版,所有音频都正常工作!您使用的是wget的哪个版本?可能它太老了,无法理解
音频
源代码
?我使用的是刚刚升级到1.16的1.12I版,所有音频都正常工作!