Skip to content

Commit

Permalink
Updated Break
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed May 17, 2014
1 parent 9cc3b38 commit fce86dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</site>
<site media_site_id="break" site_title="Break" site_url="http://www.break.com/" match_is_regex="1" supported="1">
<match_urls>!break\.com/video/.*-(?'id'[0-9]+)$!</match_urls>
<embed_html><![CDATA[<iframe width="464" height="290" src="http://www.break.com/embed/{$id}" allowfullscreen="" frameborder="0" scrolling="no"></iframe>]]></embed_html>
<embed_html><![CDATA[<iframe width="464" height="280" src="//break.com/embed/{$id}" allowfullscreen="" frameborder="0" scrolling="no"></iframe>]]></embed_html>
</site>
<site media_site_id="cbsnews" site_title="CBS News Video" site_url="http://www.cbsnews.com/video/" match_is_regex="1" supported="1" embed_html_callback_class="s9e_MediaBBCodes" embed_html_callback_method="embed" match_callback_class="s9e_MediaBBCodes" match_callback_method="matchCbsnews">
<match_urls>#cbsnews\.com/video/watch/\?id=(?'id'[0-9]+)#
Expand Down

0 comments on commit fce86dd

Please sign in to comment.