(In #11)
When the actual URL is like https://example.com/test.tar.gz.zip.bz2.tbz2.gpg?foor=bar but
but we try to give the option "-f ttt.tgz.zip.bz2.tar.bz2.gpg"
After the first call to tar the filename is not ttt.tgz.zip.bz2 but test.tar.gz.zip to we loose the “loop logic.”
(In #11) When the actual URL is like
https://example.com/test.tar.gz.zip.bz2.tbz2.gpg?foor=bar
but but we try to give the option"-f ttt.tgz.zip.bz2.tar.bz2.gpg"
After the first call totar
the filename is notttt.tgz.zip.bz2
buttest.tar.gz.zip
to we loose the “loop logic.”