Critiques pour Download Star
Download Star par liebs
188 notes
- Noté 5 sur 5par Pablo Medina, il y a 6 ansA 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} - Noté 2 sur 5par Clemens Ratte-Polle, il y a 6 ans
- Noté 5 sur 5par Castella, il y a 6 ans
- Noté 4 sur 5par jd., il y a 6 ansPretty 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 - Noté 4 sur 5par r.koegel, il y a 6 ansIt'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.
- Noté 5 sur 5par dee, il y a 6 ansPerfect 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! - Noté 1 sur 5par Utilisateur ou utilisatrice 14704518 de Firefox, il y a 7 ans
- Noté 1 sur 5par M.Furkan, il y a 7 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 15117407 de Firefox, il y a 7 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 15093646 de Firefox, il y a 7 ans
- Noté 1 sur 5par p1973, il y a 7 ans
- Noté 5 sur 5par Saverio Costanzo, il y a 7 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 14994893 de Firefox, il y a 7 ans
- Noté 4 sur 5par Utilisateur ou utilisatrice 14995552 de Firefox, il y a 7 ans
- Noté 1 sur 5par Utilisateur ou utilisatrice 14988695 de Firefox, il y a 7 ans
- Noté 1 sur 5par Freybjörn, il y a 7 ans
- Noté 5 sur 5par RafaelLVx, il y a 7 ansFaz 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.
- Noté 1 sur 5par Utilisateur ou utilisatrice 14506231 de Firefox, il y a 7 ans
- Noté 1 sur 5par Dustsquid, il y a 7 ans
- Noté 5 sur 5par joce, il y a 7 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 14716890 de Firefox, il y a 7 ans
- Noté 3 sur 5par Ziel, il y a 7 ansRight 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. - Noté 4 sur 5par Utilisateur ou utilisatrice 14683363 de Firefox, il y a 7 ans