Giter Club home page Giter Club logo

Comments (2)

HairlessVillager avatar HairlessVillager commented on July 29, 2024

对于问题1:

不要修改items.TiebaComment,而是修改爬取的代码。


对于问题2:

uid是表示用户的一个整数,uname是用户的昵称。当前版本的处理逻辑是这样的:

yield replace(item, text=text, time=time_, uid=f"{user_id}, {show_nickname}") # TODO: 二级评论的floor字段

这里给出大概的修改思路:

uid=user_id, uname=show_nickname

如果无法获取字段,设置为None即可,必要时可以加注释说明。


另外这个issue写的挺好的,除了一个小问题,就是标题没有起到标题的作用,类似的问题我之前也和你说过,下不为例😥

from minehotspot.

BzcLoveXrn avatar BzcLoveXrn commented on July 29, 2024

已修改完善,已提交

from minehotspot.

Related Issues (6)

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.