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} - 评分 2 / 5来自 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.
- 评分 1 / 5来自 Firefox 用户 14704518, 7 年前
- 评分 5 / 5来自 Firefox 用户 15117407, 7 年前
- 评分 5 / 5来自 Firefox 用户 15093646, 7 年前
- 评分 5 / 5来自 Saverio Costanzo, 7 年前
- 评分 5 / 5来自 Firefox 用户 14994893, 7 年前
- 评分 4 / 5来自 Firefox 用户 14995552, 7 年前
- 评分 1 / 5来自 Firefox 用户 14988695, 7 年前
- 评分 1 / 5来自 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.