zaidka / cliget

A Firefox addon to download login-protected files from the command line
https://addons.mozilla.org/en-US/firefox/addon/cliget/
Mozilla Public License 2.0
357 stars 57 forks source link

create multiple curl downloads in a row ? #62

Open silkyclouds opened 6 years ago

silkyclouds commented 6 years ago

Hi there,

First of all thanks for this tool, it is pretty, pretty cool ! :)

I try to use it to download a lot of files which I have to create an independant curl command for each.

So for now, I click the "download" button for each file, and I see maximum 10 items in the cliget menu. I have then to open a terminal, and copy paste each curl command one by one, and separate them by "&&".

Is is currently possible to simply create an incremental list which would contain each "clicked" item and separate them automatically with && ?

If not, is there a file somewhere where I can find the full history of cliget ? (in the browser, it is really painful to copy paste each item one by one...

Last question, can I also tell cliget to systematically put the following setting "Insecure-Requests:" to 0 instead of 1? (it is not supported by the server i'm downloading from).

Thanks !!!