<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,13 +20,10 @@ module LinkingPaths
           &lt;/object&gt;
           EOS
         when /google/
-          puts &quot;---------------&quot;
-          puts &quot;got google&quot;
-          puts &quot;---------------&quot;
-          video.source_url =~ /docid=-([^&amp;]+)/
+          video.source_url =~ /docid=([^&amp;]+)/i
           id = $1
           &lt;&lt;-EOS
-          &lt;embed id=&quot;VideoPlayback&quot; src=&quot;http://video.google.com/googleplayer.swf?docid=-#{id}&amp;hl=es&amp;fs=true&quot; style=&quot;width:#{options[:width]}px;height:#{options[:height]}px&quot; allowFullScreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot;&gt; &lt;/embed&gt;
+          &lt;embed id=&quot;VideoPlayback&quot; src=&quot;http://video.google.com/googleplayer.swf?docid=#{id}&amp;fs=true&quot; style=&quot;width:#{options[:width]}px;height:#{options[:height]}px&quot; allowFullScreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot;&gt; &lt;/embed&gt;
           EOS
         when /vimeo/
           video.source_url =~ /vimeo.com\/([^&amp;]+)/</diff>
      <filename>lib/videoclub_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>70a7fbf6467f9e5beabeefd575b1f523897e6c99</id>
    </parent>
  </parents>
  <author>
    <name>Alberto Molpeceres</name>
    <email>alberto.molpeceres@gmail.com</email>
  </author>
  <url>http://github.com/linkingpaths/acts_as_videoclub/commit/1a30be8c8ce7521507ec0990c49a1f9df4cefc2b</url>
  <id>1a30be8c8ce7521507ec0990c49a1f9df4cefc2b</id>
  <committed-date>2008-12-16T02:38:24-08:00</committed-date>
  <authored-date>2008-12-16T02:38:24-08:00</authored-date>
  <message>fixed google video's regexp</message>
  <tree>9d3ecf8978fc8508b92c5a9c43d56268f9af966c</tree>
  <committer>
    <name>Alberto Molpeceres</name>
    <email>alberto.molpeceres@gmail.com</email>
  </committer>
</commit>
