snatch
snatch copied to clipboard
Better CLI
I love snatch but I have few notes regarding CLI.
- Remove
-u
, why not justsnatch http://example.com/bigfile.mp4
? - Optional
-f
, why not deduce filename from URL? - Support for multiple URLs, something like
snatch http://example.com/a.mp4 http://example.com/b.mp4
Thanks for your contribution :-)
Actually, we deduced the filename from URL in the devel
version of Snatch (.
Currently, I work on download a single file from multiple mirrors (issue #29), to avoid server's overloads - so, I think that the multiple URLs support will come next :-)
I agree for the -u
request.