Giter Site home page Giter Site logo

yander's People

Contributors

cloudwindy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

yander's Issues

建议:可以对于保存文件方面进行命名

import re, urllib.parse
'''约234行'''
    def _path(self, pic):       
        '''使用filter过滤文件名'''
        data = pic['file_url']
        pattern = r'[^/]+$'
        original = re.search(pattern, data)
        unoriginal = original.group()[:-4]
        '''将名字里的unicode进行转换'''
        filename = urllib.parse.unquote(unoriginal)
        '''根据图片元数据和保存位置生成对应路径'''
        return join(self.save_dir, '%s.%s' % (filename, pic['file_ext']))

下载后保存到本地的图片名
更改前:1110202.jpg
更改后:yande.re 1110202 bikini hololive sakamata_chloe swimsuits tagme.jpg

运行错误

请问一下,下载下来运行的时候总会显示“主程序: 发生了错误:” 。代码没改过,只在config改了一下end参数。是我少装了什么插件吗?
屏幕截图 2021-07-13 175606

谢谢作者

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.