Hacker News new | ask | show | jobs
by renegat0x0 705 days ago
Can it be used to obtain RSS contents? Most of examples focus on html
1 comments

I didn't try it, but I don't see a reason why not:

- RSS feed is transferred via HTTP. - BeatifulSoup can parse both HTML & XML.

(RSS uses XML format)