markio
markio copied to clipboard
Ruby Gem for handling Netscape Bookmark File Format
Results
1
markio issues
Sort by
recently updated
recently updated
newest added
Here is a test HTML file: ``` html Google Google ``` and test ruby code: ``` ruby bookmarks = Markio.parse(File.open(filename)) urls = [] bookmarks.each do |b| urls