Відгуки для Download Star
Download Star автор liebs
189 відгуків
- Оцінка 5 з 5від gea, 6 років тому
- Оцінка 5 з 5від Pablo Medina, 6 років томуA 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} - Оцінка 2 з 5від Clemens Ratte-Polle, 6 років тому
- Оцінка 5 з 5від Castella, 6 років тому
- Оцінка 4 з 5від jd., 6 років томуPretty 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 - Оцінка 4 з 5від r.koegel, 7 років томуIt'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 з 5від dee, 7 років томуPerfect 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! - Оцінка 1 з 5від Користувач Firefox 14704518, 7 років тому
- Оцінка 1 з 5від M.Furkan, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 15117407, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 15093646, 7 років тому
- Оцінка 1 з 5від p1973, 7 років тому
- Оцінка 5 з 5від Saverio Costanzo, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 14994893, 7 років тому
- Оцінка 4 з 5від Користувач Firefox 14995552, 7 років тому
- Оцінка 1 з 5від Користувач Firefox 14988695, 7 років тому
- Оцінка 1 з 5від Freybjörn, 7 років тому
- Оцінка 5 з 5від RafaelLVx, 7 років томуFaz 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.
- Оцінка 1 з 5від Користувач Firefox 14506231, 7 років тому
- Оцінка 1 з 5від Dustsquid, 7 років тому
- Оцінка 5 з 5від joce, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 14716890, 7 років тому
- Оцінка 3 з 5від Ziel, 7 років томуRight 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.