Отзывы на «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., 7 лет назад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.