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

时间:2015-06-25 16:02:42

标签: 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>
bla bla bla

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

</body>
</html>

0 个答案:

没有答案