Download Star incelemeleri
Download Star geliştiren: liebs
189 inceleme
- 5 üzerinden 5 puanyazan: gea, 6 yıl önce
- 5 üzerinden 5 puanyazan: Pablo Medina, 6 yıl önceA very good extension. The naming mask option is great and useful.
For example to replace '%20' by " ", %2C by "," and %26 by "&" the following naming mask can be used:
${file|replace:/%20/: |replace:/%2C/:,|replace:/%26/:&}.${ext} - 5 üzerinden 2 puanyazan: Clemens Ratte-Polle, 6 yıl önce
- 5 üzerinden 5 puanyazan: Castella, 6 yıl önce
- 5 üzerinden 4 puanyazan: jd., 7 yıl öncePretty good and efficient.
As noted by r.koegel, file names containing spaces or "#" (and probably other characters, but these are the two I've come across) are downloaded with "%20" instead of each space, which is somewhat awkward.
If you use Unix, the following script may help you (it sure helped me):
for f in "$@"
do
g=`echo $f | sed -e 's/%20/ /g;s/%23/#/g'`
if [ "$f" != "$g" ]
then
mv "$f" "$g"
fi
done - 5 üzerinden 4 puanyazan: r.koegel, 7 yıl önceIt's about as good as it gets right now. My only issue is that it apparently can't auto rename %20 and other placeholders to the 'spaces' or other regular characters in filenames. So downloading a file such as "this file.zip" becomes "this%20file.zip"...which is annoying when downloading 1700 text files from a server.
- 5 üzerinden 5 puanyazan: dee, 7 yıl öncePerfect for me.
Simple interface, even my elderly father can use it to download media from websites.
Way better than all those complicated "powerful" extensions.
Thanks liebs! - 5 üzerinden 1 puanyazan: Firefox kullanıcısı 14704518, 7 yıl önce
- 5 üzerinden 1 puanyazan: M.Furkan, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 15117407, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 15093646, 7 yıl önce
- 5 üzerinden 1 puanyazan: p1973, 7 yıl önce
- 5 üzerinden 5 puanyazan: Saverio Costanzo, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14994893, 7 yıl önce
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 14995552, 7 yıl önce
- 5 üzerinden 1 puanyazan: Firefox kullanıcısı 14988695, 7 yıl önce
- 5 üzerinden 1 puanyazan: Freybjörn, 7 yıl önce
- 5 üzerinden 5 puanyazan: RafaelLVx, 7 yıl önceFaz o que eu queria de forma simples: baixa todos os links em uma página com um certo parâmetro configurável. Não é lindo, mas num mar de extensões feias que não funcionam ou não fazem nada, essa é uma extensão feia que faz algo simples e útil.
- 5 üzerinden 1 puanyazan: Firefox kullanıcısı 14506231, 7 yıl önce
- 5 üzerinden 1 puanyazan: Dustsquid, 7 yıl önce
- 5 üzerinden 5 puanyazan: joce, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14716890, 7 yıl önce
- 5 üzerinden 3 puanyazan: Ziel, 7 yıl önceRight now, I still use DownThemAll with WaterFox 56, I know that DTA is dead it's impossible to make a new one with all the option in DTA, Download star work, so maybe I can let dta rest in peace.
but I gave only 3 stars because, maybe I'm doing this wrong but I can't use the "fast filter" option, it let me use a single extension, so if a want to download all the gif and png from a page, but not the jpg, jpeg, or bmp and download the webm but not the mp4, I can't use the build-in filter but I have to make a different download for every extension that I want.
How can I use multiple extension in the Fast Filter?
it's possible to make a batch download?
if I can't figure out how to use the fast filter with multiple extension, I think I will keep using DTA. but, isn't a bad add-on.