Giter Club home page Giter Club logo

Comments (12)

Mapaler avatar Mapaler commented on June 6, 2024

i.pximg.net还没被墙吧,你可以不用对aria2使用代理的。只需要对pixiv.net代理就行。
另外你可以试试https转http

from pixivuserbatchdownload.

KiramekiMamika avatar KiramekiMamika commented on June 6, 2024

感谢您的回答,HTTPS转HTTP后可以正常使用了。
还有个问题是我在给文件夹命名时使用
%{illust.user.name}%{illust.user.id}/%{illust.title}_p%{page}.%{illust.extention}
我想在用户ID两方加上一个[],比如XXXXXXX[1111111]。
该如何操作?

from pixivuserbatchdownload.

Mapaler avatar Mapaler commented on June 6, 2024
 %{illust.user.name}[%{illust.user.id}]/%{illust.title}_p%{page}.%{illust.extention}

你可以使用文本模式测试验码。

from pixivuserbatchdownload.

Mapaler avatar Mapaler commented on June 6, 2024

https的下载不了应该是你的ssh没装好,或者你的证书没更新。

from pixivuserbatchdownload.

KiramekiMamika avatar KiramekiMamika commented on June 6, 2024

应该是证书的问题,感谢回答

from pixivuserbatchdownload.

Mapaler avatar Mapaler commented on June 6, 2024

另外我发觉你的掩码可能存在冲突,有的作者很多作品都叫“无题”,你这个会产生重名冲突。

from pixivuserbatchdownload.

KiramekiMamika avatar KiramekiMamika commented on June 6, 2024

感谢你的提醒,我现在的掩码是
%{illust.user.name.replace(/[\/\\]/ig, "")}[%{illust.user.id}]/%{illust.filename}%{illust.title.replace(/[\/\\]/ig, "")}%{page}.%{illust.extention}
请问应该如何修改

from pixivuserbatchdownload.

Mapaler avatar Mapaler commented on June 6, 2024

%{illust.user.name.replace(/[\\/\\\\]/ig, "_")}[%{illust.user.id}]/%{illust.id}-%{illust.title.replace(/[\\/\\\\]/ig, "_")}_%{page}.%{illust.extention}
我建议这样吧,filename在大部分情况下就是等于id_p而已,只有遇上了受限作品才会有token。

from pixivuserbatchdownload.

KiramekiMamika avatar KiramekiMamika commented on June 6, 2024

好的,十分感谢您的帮助。

from pixivuserbatchdownload.

KiramekiMamika avatar KiramekiMamika commented on June 6, 2024

大佬,又出现了个之前没出现的神必问题,请问是什么原因
https://upload.cc/i1/2019/02/27/VKpOC0.png
https://upload.cc/i1/2019/02/27/w8VnxT.png
是特殊字符的问题吗

from pixivuserbatchdownload.

KiramekiMamika avatar KiramekiMamika commented on June 6, 2024

改掩码替换掉后可以了,不好意思打扰了

from pixivuserbatchdownload.

Mapaler avatar Mapaler commented on June 6, 2024

因为冒号吧
文件名不能包含字符

from pixivuserbatchdownload.

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.