如何将摘要输出的源变成全文输出的源?


今天发现的一个服务FullTextRSSFeed| http://fulltextrssfeed.com/ ,可以将只输出内容摘要的源(如cnBeta)变成全文输出的源。
用cnBeta测试了一下,效果很不错。这种服务是如何实现的呢?

全文输出 rss

zyszys3 12 years, 6 months ago

其实这类服务很简单,不过就是直接去抓取原页面,然后通过像Readibility( http://code.google.com/p/arc90labs-re... )之类的算法把页面的主要内容提取去来。

nueby answered 12 years, 6 months ago

Your Answer