How to download HTTP directory with all files and sub-directories as they appear on the online files/folders list?

后端 未结 8 1689
情歌与酒
情歌与酒 2020-12-02 03:29

There is an online HTTP directory that I have access to. I have tried to download all sub-directories and files via wget. But, the problem is that when wg

8条回答
  •  [愿得一人]
    2020-12-02 03:49

    No Software or Plugin required!

    (only usable if you don't need recursive deptch)

    Use bookmarklet. Drag this link in bookmarks, then edit and paste this code:

    (function(){ var arr=[], l=document.links; var ext=prompt("select extension for download (all links containing that, will be downloaded.", ".mp3"); for(var i=0; i

    and go on page (from where you want to download files), and click that bookmarklet.

提交回复
热议问题