Skip to content

Instantly share code, notes, and snippets.

@leedo
Created October 31, 2011 04:22
Show Gist options
  • Save leedo/1326902 to your computer and use it in GitHub Desktop.
Save leedo/1326902 to your computer and use it in GitHub Desktop.
HTML::TreeBuilder parse dump
<html class="no-js" dir="ltr" lang="en"> @0
<head> @0.0
<title> @0.0.0
"Screen Shot 2011-09-17 at 10.00.15.png"
<body id="image"> @0.1
<h1> @0.1.0
<a href="http://store.getcloudapp.com/"> @0.1.0.0
"Simple sharing"
<h2> @0.1.1
"Screen Shot 2011-09-17 at 10.00.15.png"
<a class="embed" href="http://cl.ly/1f0u1C0Y2q310m3y0F1g/Screen_Shot_2011-09-17_at_10.00.15.png"> @0.1.2
"Direct link"
" "
<img alt="Screen Shot 2011-09-17 at 10.00.15.png" src="http://cl.ly/1f0u1C0Y2q310m3y0F1g/Screen_Shot_2011-09-17_at_10.00.15.png" /> @0.1.4
<!DOCTYPE html>
<html class="no-js" dir="ltr" lang="en">
<head>
<title>Screen Shot 2011-09-17 at 10.00.15.png</title>
</head>
<body id="image">
<header id="header">
<h1><a href="http://store.getcloudapp.com/">Simple sharing</a></h1>
<h2>Screen Shot 2011-09-17 at 10.00.15.png</h2>
<a class="embed" href="http://cl.ly/1f0u1C0Y2q310m3y0F1g/Screen_Shot_2011-09-17_at_10.00.15.png">Direct link</a>
</header>
<section id="content">
<img alt="Screen Shot 2011-09-17 at 10.00.15.png" src="http://cl.ly/1f0u1C0Y2q310m3y0F1g/Screen_Shot_2011-09-17_at_10.00.15.png">
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment