开发者

Removing ads from RSS feeds?

开发者 https://www.devze.com 2023-03-15 19:50 出处:网络
I want to publish a news website feeds on my website. However they have included annoying banner advertising next to each headline. Is it possible to remove them from the XML feeds开发者_开发问答?Yes,

I want to publish a news website feeds on my website. However they have included annoying banner advertising next to each headline. Is it possible to remove them from the XML feeds开发者_开发问答?


Yes, it should be easy1 to parse the XML, remove the offending element from the heading, and then serialize the tree-structure back to a XML (RSS) file.

But, it may violate the license of the RSS file, since you'll be actively manipulating the feed.


1) You'll be editing the //rss/channel/item/title nodes.

0

精彩评论

暂无评论...
验证码 换一张
取 消