Skip to content

Commit

Permalink
Adding example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mapkyca committed Sep 3, 2013
1 parent 7eb351a commit 0925b1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions example.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

require_once('ogp/Parser.php');

$content = file_get_contents("https://www.youtube.com/watch?v=EIGGsZZWzZA");

print_r(\ogp\Parser::parse($content));

0 comments on commit 0925b1a

Please sign in to comment.