hulu-automuter 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/bin/hulu-automuter CHANGED
@@ -92,7 +92,7 @@ proxyproc = Proc.new{|req,res|
92
92
  if r =~ /adload/ || r =~ /revenue\/(request|start)/ || req.query =~ /adstartvolume=/
93
93
  $stdout.puts ["ad loaded", hc.mute].join(', ')
94
94
  `#{hc.mute}`
95
- elsif r =~ /contentplaybackresume/ || r =~ /playback\/(start|position)/ || r =~ /revenue\/end/
95
+ elsif r =~ /contentplaybackresume/ || r =~ /playback\/(start|position)/ # || r =~ /revenue\/end/
96
96
  $stdout.puts ["content resuming", hc.unmute].join(', ')
97
97
  `#{hc.unmute}`
98
98
  end
@@ -1,3 +1,3 @@
1
1
  module HuluAutomuter
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hulu-automuter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: