fwip is a user on elekk.xyz. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.

Could someone that knows regex help me with something? I'm trying to parse the rss of a Tumblr feed to grab image url's

@fwiprose
Does it need to be a regular expression? RSS is XML, which is not regular (in the computational sense).

fwip @fwiprose

@mikeburns I tried using an xpath expression but I guess I wasn't using it properly. That or the implementation I was using wasn't full-featured. Either way I've already figured out how to do it with regex, treating the xml file as plaintext