I'm facing this problem since parsing CNN.RSS site. It only get first 7 entries then i get this problem. Below it my log .. Please help me :(. Thanks you
This is my code:
import feedparserurl = "http://rss.cnn.com/rss/edition.rss"feed = feedparser.parse(url)for news in feed.entries: print(news.published)