Skip to content

Instantly share code, notes, and snippets.

@toddboom
Created August 10, 2009 19:53
Show Gist options
  • Select an option

  • Save toddboom/165376 to your computer and use it in GitHub Desktop.

Select an option

Save toddboom/165376 to your computer and use it in GitHub Desktop.
@channel = Channel.find(643)
@channel.videos.each {|v| v.instance.embed = v.instance.embed.gsub('& ', '&').gsub('1847329225','1847322191').gsub('playlistTabs', 'videoPlayer'); v.instance.save }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment