hulu-automuter 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -105,7 +105,7 @@ hc = case RUBY_PLATFORM
105
105
  proxyproc = Proc.new{|req,res|
106
106
  r = req.path
107
107
  next unless req.host =~ /hulu\.com/
108
- if r =~ /adload/
108
+ if r =~ /adload|revenue\/request/
109
109
  $stdout.puts ["ad loaded", hc.mute].join(', ')
110
110
  `#{hc.mute}`
111
111
  elsif r =~ /contentplaybackresume/
@@ -1,3 +1,3 @@
1
1
  module HuluAutomuter
2
- VERSION = '0.0.9'
2
+ VERSION = '0.1.0'
3
3
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
+ - 1
7
8
  - 0
8
- - 9
9
- version: 0.0.9
9
+ version: 0.1.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-09-14 00:00:00 -04:00
17
+ date: 2011-10-13 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies: []
20
20