Download Star에 대한 리뷰
Download Star 제작자: liebs
리뷰 189개
- 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} - 5점 만점에 2점Clemens Ratte-Polle 님, 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 - 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점 만점에 1점Firefox 사용자 14704518 님, 7년 전
- 5점 만점에 5점Firefox 사용자 15117407 님, 7년 전
- 5점 만점에 5점Firefox 사용자 15093646 님, 7년 전
- 5점 만점에 5점Saverio Costanzo 님, 7년 전
- 5점 만점에 5점Firefox 사용자 14994893 님, 7년 전
- 5점 만점에 4점Firefox 사용자 14995552 님, 7년 전
- 5점 만점에 1점Firefox 사용자 14988695 님, 7년 전
- 5점 만점에 1점Firefox 사용자 14506231 님, 7년 전
- 5점 만점에 5점Firefox 사용자 14716890 님, 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.