command line download manager for Softpedia

Discussion in 'Application Software' started by Venerence, Jul 23, 2015.

  1. Venerence

    Venerence MDL Novice

    Apr 16, 2012
    5
    0
    0
    I would like for a way to download programs from softpedia via command line (for an updater tool I am developing). This is made difficult due to:

    A) the popup box coming up to choose which source you would like to download from

    and

    B) the randomly generated link for the download url

    Using a third party program is fine (like wget or curl), as long as I can feed it info and have it pop out a download.

    Anyone have a good idea how I might accomplish this?