#100DaysOfCode in Python Transcripts
Chapter: Days 52-54: Parsing RSS feeds with Feedparser
Lecture: Lesson introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Good day everyone, I'm Julian Sequeira. Welcome back and this time we're going to look at Feedparser. This is a library that is really cool
0:09
and I absolutely love it. I use it in a few scripts and it's actually designed to parse RSS feeds. Go figure. It's really, really fun to use,
0:19
very simple, very satisfying. So let's move on to the first video and what we're going to do is first we're going to pull down an XML file
0:27
in our RSS feed. And in the next video after that, we're then going to parse it. Really simple and quick. Let's get to it!