开发者

wget flashcontent offline

开发者 https://www.devze.com 2023-01-11 18:36 出处:网络
Im downloading a complete site for offline use: wget \\ --recursive \\ --no-clobber \\ --page-requisites \\

Im downloading a complete site for offline use:

wget \
     --recursive \
     --no-clobber \
     --page-requisites \
     --html-extension \
     --convert-links \
     --level=10 \
     --restrict-file-names=windows \
     --domains mysite.com \
     --no-parent \
         www.mysite.com

Everything works fine. Except local SWF files. They arent download by wget.

My question: how do I download (using wget) flash or swf movies (swfobject) like:

 <script type="text/javascript">
  // <![CDATA[

  var so = new SWFObject("/wp-content/swf/animation.swf", "animation", "205", "205", "6", "#FFFFFF");
  so.write("flashcont开发者_运维知识库ent");

  // ]]>
 </script>
0

精彩评论

暂无评论...
验证码 换一张
取 消