Skip to content

Commit

Permalink
Updated Gamespot
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Oct 28, 2013
1 parent add3b39 commit 929b2f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -69,7 +69,7 @@ Media BB Codes for XenForo, imported from [s9e\TextFormatter](https://github.com
<tr>
<td><code>gamespot</code></td>
<td>Gamespot</td>
<td>http://www.gamespot.com/destiny/videos/destiny-the-moon-trailer-6415176/<br/>http://www.gamespot.com/events/game-crib-tsm-snapdragon/gamecrib-extras-cooking-with-dan-dinh-6412922/</td>
<td>http://www.gamespot.com/destiny/videos/destiny-the-moon-trailer-6415176/<br/>http://www.gamespot.com/events/game-crib-tsm-snapdragon/gamecrib-extras-cooking-with-dan-dinh-6412922/<br/>http://www.gamespot.com/videos/beat-the-pros-pax-prime-2013/2300-6414307/</td>
</tr>
<tr>
<td><code>gist</code></td>
Expand Down
4 changes: 2 additions & 2 deletions build/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<addon addon_id="s9e" title="s9e Media Pack" url="https://github.com/s9e/XenForoMediaBBCodes" version_id="20131028b" version_string="20131028b">
<addon addon_id="s9e" title="s9e Media Pack" url="https://github.com/s9e/XenForoMediaBBCodes" version_id="20131028c" version_string="20131028c">
<bb_code_media_sites>
<site media_site_id="bandcamp" site_title="Bandcamp" site_url="http://bandcamp.com/" match_is_regex="1" embed_html_callback_class="s9e_MediaBBCodes" embed_html_callback_method="embed" match_callback_class="s9e_MediaBBCodes" match_callback_method="matchBandcamp">
<match_urls>!bandcamp\.com/album/.!
Expand Down Expand Up @@ -48,7 +48,7 @@
<embed_html><![CDATA[<iframe width="640" height="360" src="http://www.funnyordie.com/embed/{$id}" allowfullscreen="" frameborder="0" scrolling="no"></iframe>]]></embed_html>
</site>
<site media_site_id="gamespot" site_title="Gamespot" site_url="http://www.gamespot.com/" match_is_regex="1">
<match_urls>!gamespot\.com/(?:events/[^/]+|[^/]+/videos)/[^/]+-(?'id'[0-9]+)/!</match_urls>
<match_urls>!gamespot\.com.*?/(?:events|videos)/.*?-(?'id'\d+)/(?:[#?].*)?$!</match_urls>
<embed_html><![CDATA[<iframe width="640" height="360" src="http://www.gamespot.com/videoembed/{$id}&amp;mapp=false&amp;ads=0&amp;onsite=0" allowfullscreen="" frameborder="0" scrolling="no"></iframe>]]></embed_html>
</site>
<site media_site_id="gist" site_title="GitHub Gist" site_url="https://gist.github.com/" match_is_regex="1" embed_html_callback_class="s9e_MediaBBCodes" embed_html_callback_method="embed">
Expand Down
4 changes: 2 additions & 2 deletions www/configure.html

Large diffs are not rendered by default.

0 comments on commit 929b2f2

Please sign in to comment.