Revisiones de Download Star
Download Star por liebs
189 revisiones
- Se valoró con 5 de 5por gea, hace 6 años
- Se valoró con 5 de 5por Pablo Medina, hace 6 añosA 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} - Se valoró con 2 de 5por Clemens Ratte-Polle, hace 6 años
- Se valoró con 5 de 5por Castella, hace 6 años
- Se valoró con 4 de 5por jd., hace 6 añosPretty 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 - Se valoró con 4 de 5por r.koegel, hace 7 añosIt'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.
- Se valoró con 5 de 5por dee, hace 7 añosPerfect 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! - Se valoró con 1 de 5por Usuario de Firefox 14704518, hace 7 años
- Se valoró con 1 de 5por M.Furkan, hace 7 años
- Se valoró con 5 de 5por Usuario de Firefox 15117407, hace 7 años
- Se valoró con 5 de 5por Usuario de Firefox 15093646, hace 7 años
- Se valoró con 1 de 5por p1973, hace 7 años
- Se valoró con 5 de 5por Saverio Costanzo, hace 7 años
- Se valoró con 5 de 5por Usuario de Firefox 14994893, hace 7 años
- Se valoró con 4 de 5por Usuario de Firefox 14995552, hace 7 años
- Se valoró con 1 de 5por Usuario de Firefox 14988695, hace 7 años
- Se valoró con 1 de 5por Freybjörn, hace 7 años
- Se valoró con 5 de 5por RafaelLVx, hace 7 añosFaz 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.
- Se valoró con 1 de 5por Usuario de Firefox 14506231, hace 7 años
- Se valoró con 1 de 5por Dustsquid, hace 7 años
- Se valoró con 5 de 5por joce, hace 7 años
- Se valoró con 5 de 5por Usuario de Firefox 14716890, hace 7 años
- Se valoró con 3 de 5por Ziel, hace 7 añosRight 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.