in reply to Re: best approach to parse vichan-style imageboard html (dom/css xpath)
in thread best approach to parse vichan-style imageboard

"You do not want to use anything with "parser" in the name"

At least the magic word is in the description of Mojo::DOM:

"Mojo::DOM is a minimalistic and relaxed HTML/XML DOM parser with CSS selector support. It will even try to interpret broken HTML and XML..."

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

  • Comment on Re^2: best approach to parse vichan-style imageboard html (dom/css xpath)
  • Download Code