Home

Download multiple files at once using IDM

Inspiration

https://itstillworks.com/download-multiple-files-using-idm-30721.html

Another method:

  1. Create a file like:
<a href="https://example.com/video01.mp4">video01.mp4</a>
<a href="https://example.com/video02.mp4">video02.mp4</a>
...
<a href="https://example.com/video99.mp4">video99.mp4</a>
<a href="https://example.com/video100.mp4">video100.mp4</a>
  1. serve that sample.html through python -m http.server http://localhost:8000/sample.html

  2. Open IDM → Grabber → Start Page = http://localhost:8000/a.html Next,Next Download the following files → "Video Files" Next Check all files(icon) Start downloading the checked files(play icon) Show grabber statistics(icon)


Found easy method IDM → Tasks → Add batch download



Last Updated on

Next Post: GraphProtocol: TS2322 null assignment in Subgraph →

Comments