একটি নতুন উইজেট (উইজেট 2) এর মধ্যে ইতিমধ্যে বৈশিষ্ট্য রয়েছে:
--filter-mime-type Specify a list of mime types to be saved or ignored`
### `--filter-mime-type=list`
Specify a comma-separated list of MIME types that will be downloaded. Elements of list may contain wildcards.
If a MIME type starts with the character '!' it won't be downloaded, this is useful when trying to download
something with exceptions. For example, download everything except images:
wget2 -r https://<site>/<document> --filter-mime-type=*,\!image/*
It is also useful to download files that are compatible with an application of your system. For instance,
download every file that is compatible with LibreOffice Writer from a website using the recursive mode:
wget2 -r https://<site>/<document> --filter-mime-type=$(sed -r '/^MimeType=/!d;s/^MimeType=//;s/;/,/g' /usr/share/applications/libreoffice-writer.desktop)
উইজেট 2 আজ হিসাবে প্রকাশিত হয়নি, তবে শীঘ্রই হবে। দেবিয়ান অস্থির ইতিমধ্যে একটি আলফা সংস্করণ পাঠানো হয়েছে।
এ https://gitlab.com/gnuwget/wget2 আরও তথ্যের জন্য। আপনি সরাসরি বাগ / উইজেট@gnu.org এ প্রশ্ন / মন্তব্য পোস্ট করতে পারেন।