gvenusleo / MeRead

A RSS reader built with Flutter and designed with Material You. 简洁、易用的 RSS 阅读器,使用 Flutter 构建和 Material You 设计
GNU General Public License v3.0
395 stars 14 forks source link

Fix the problem that content of the RSS article is incomplete. #4

Closed dokosho02 closed 1 year ago

dokosho02 commented 1 year ago

Fix the problem that content of the RSS article is incomplete. In some RSS type, full content is in content.value instead of description, thus judging by comparing the lengths of description and content.value in function parseRSSPostFuturesItem.