🔻 Trinity Anyone know how to parse RSS in C? I know I can use curl to download the XML file but after that I don't know. Looking to rewrite github.com/devenbl... just to learn the language.
Mhmm you can use libcurl to downoad the file in c and use libxml2 to parse it?
Login or register your account to reply