Coder Social home page Coder Social logo

Comments (2)

xuejianxianzun avatar xuejianxianzun commented on May 28, 2024 1

我现在增加了 use_original_name 选项,把它的值改为 true 可以实现这个效果。(在 tampermonkey 里编辑脚本并保存。默认是false,也就是继续用我现在的规则,所以每次更新后你需要手动改一下)

另外现在的命名规则,也是有原因的。
首先命名规则栏不能留空,否则下载下来就是没有文件名,只有后缀名的文件了。以前有人把它清空导致了这个问题,所以现在清空的话会自动填上{id}。
至于添加“id_”前缀,是因为命名规则里有其他选项,为了作区分,一些选项在前面会加上标识,表明这个字段是什么。比如用来区分id和uid:id_68906461_uid_1893126。(你也可以尝试下使用其他标识,比如 tags)
单图去掉 _p0 后缀,可以和多图区分开,因为多图可以设置为只下载第一张图,如果都是 _p0 后缀,就无法区分单图还是多图了。单图不带 _p0 后缀,就可以确定是单图了。
右键收图的话,我的习惯是右键保存的文件夹和工具下载的文件夹是不同的,所以没有想到你说的这个用途。
现在先用 use_original_name 这个选项吧。

ps:如果我想确定一张图片是不是下载过,我一般会用 everything 来搜一下图片 id ,看硬盘上是不是已经有这个 id 的图片了(你的方法需要保存在同一个文件夹里才会提示重复)。你也可以试试 everything 这个软件,日常使用很方便。

from xzpixivdownloader.

operav avatar operav commented on May 28, 2024

是的,我都把二次元肥宅快乐图(误😂)保存在同一个文件夹。
因为收图的网站和种类很固定,所以在保存图片时可以直接筛掉重复的图片。
期待后续版本可以在下载设置界面调用原文件名命名规则。辛苦了。

from xzpixivdownloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.