You are not logged in.

#1 2022-06-11 23:15:09

bohokash
Member
Registered: 2019-11-30
Posts: 76

What application can I use, to download a Yandex directory?

I would like to download a Yandex directory. When I click on the yandex page on download button, I get a realy long link. Then I used curl, to download a huge zip file, about 9 GB. Unfortunately the download progress was interrupted at about 8 GB. When I try to continue the download process with "curl", it doesn't work, as the server doesn't support byte ranges.

Maybe there is a specialized application, which is capable to continue the download progress.

Offline

#2 2022-06-13 16:20:21

damnbug
Member
Registered: 2012-09-18
Posts: 88

Re: What application can I use, to download a Yandex directory?

You can resume downloads with curl.

-C, --continue-at <offset>
              Continue/Resume a previous file transfer at the given offset. The given offset is the exact number of bytes that will be skipped, counting from the beginning of the source file before it is transferred to the destina‐
              tion. If used with uploads, the FTP server command SIZE will not be used by curl.

              Use "-C -" to tell curl to automatically find out where/how to resume the transfer. It then uses the given output/input files to figure that out.

              If this option is used several times, the last one will be used.

              Examples:
               curl -C - https://example.com
               curl -C 400 https://example.com

              See also -r, --range.

If you can't get it to work, try jdownloader from AUR.

Last edited by damnbug (2022-06-13 16:24:01)

Offline

Board footer

Powered by FluxBB