Skip to content

Commit

Permalink
Updated Google Sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Aug 21, 2014
1 parent 1e98a4f commit bee2ebe
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 @@ -123,7 +123,7 @@
</site>
<site media_site_id="googlesheets" site_title="Google Sheets" site_url="http://www.google.com/sheets/about/" 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="matchGooglesheets">
<match_urls>!docs\.google\.com/spreadsheet(?:/ccc\?key=|s/d/)(?'id'\w+)[^#]*(?:#gid=(?'gid'\d+))?!</match_urls>
<embed_html><![CDATA[<iframe width="100%" height="500" style="resize:both" src="https://docs.google.com/spreadsheets/d/{$id}?widget=true&amp;headers=false&amp;rm=minimal#gid={$gid}" allowfullscreen="" frameborder="0" scrolling="no"></iframe>]]></embed_html>
<embed_html><![CDATA[<iframe width="100%" height="500" style="resize:both" src="https://docs.google.com/spreadsheet/ccc?key={$id}&amp;widget=true&amp;headers=false&amp;rm=minimal#gid={$gid}" allowfullscreen="" frameborder="0" scrolling="no"></iframe>]]></embed_html>
</site>
<site media_site_id="grooveshark" site_title="Grooveshark" site_url="http://grooveshark.com/" 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="matchGrooveshark">
<match_urls>%(?'id')grooveshark\.com(?:/#!?)?/playlist/[^/]+/(?'playlistid'\d+)%
Expand Down
2 changes: 1 addition & 1 deletion vendor/s9e/TextFormatter
2 changes: 1 addition & 1 deletion www/configure.html

Large diffs are not rendered by default.

0 comments on commit bee2ebe

Please sign in to comment.