opmlparser gem - read / parse outlines (incl. feed subscription lists) in OPML
Hello, I’ve bundled up a new alternate opmlparser gem that lets you read / parse outlines (incl. feed subscription lists) in the OPML (Outline Processor Markup Language) format in xml. Use OPML.load
or OPML.load_file
to get back a “plain standard vanilla” hash table or use Outline.parse
or Outline.read
to get back outline struct(ure)s. Cheers. Prost.
Post a comment