Skip to main content

download multiple files

12th October, 2022

Updated: 12th October, 2022

    I think I used this for humble bundle downloads not actually sure

    • Find urls of files using chrome console
    $('a:contains("Download PDF")').each(function(){console.log($(this).attr('href'))})
    ```* Add to `list.txt`
    * Download
    ```sh
    wget ‐‐refer=http://google.com ‐‐user-agent="Mozilla/5.0 Firefox/4.0.1" -i list.txt

    459bcf17-4450-4546-8ec7-be46075a90b6

    Created on: 12th October, 2022

    Last updated: 12th October, 2022

    Tagged With: