Comment on Show HN: Crawlee for Python – a web scraping and browser automation libraryComments−renegat0x02yCan it be used to obtain RSS contents? Most of examples focus on html−sauain2yI 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)
Comments
Can it be used to obtain RSS contents? Most of examples focus on html
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)