Giter Site home page Giter Site logo

rss's Introduction

zyujs's GitHub stats

rss's People

Contributors

univeous avatar zyujs 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

Watchers

 avatar

rss's Issues

推送问题

希望可以限定某条rss只在指定群推送。
现在在任意一个群里rss addr之后所有群里都会推送这个消息。
我尝试在data.json中给某个群添加单独一个rss,但是每次schedule work后会被刷掉。

Python3.9报错'HTMLParser' object has no attribute 'unescape'

咱不太会pr,所以提个issue大佬们改一下吧。
python3.4版本之后html.parser.HTMLParser.unescape()被html.parser.unescape()代替了,python3.9彻底弃用前者。
所以头文件里导入一下html.parser.unescape,然后generate_image(url_list)里把url = HTMLParser.unescape(url)改成url = unescape(url)就好使了。也能保证python3.4到3.9的兼容性。感谢大佬改一改。

使用3.9.5版本报错

更新了服务器的python版本,从3.8.5更新到3.9.5然后出现如下错误
ERROR: Failed to import "hoshino.modules.rss.rss", error: module 'base64' has no attribute 'decodestring'

Hoshino报错

ZA5W7P47(V@X@% %G}HXPOA
Python3.9报错。。请问是我的版本太高了的原因吗

feedparser解析失败

地河佬变更了域名rsshub.dihe.moe后, feedparser解析显示下面的内容,不清楚什么原因。。。
{'feed': {}, 'entries': [], 'bozo': 1, 'encoding': 'utf-8', 'version': '', 'bozo_exception': SAXParseException('no element found'), 'namespaces': {}}

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.