autotvnzb 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/autotvnzb.gemspec +3 -2
- data/lib/tvnzb.rb +1 -1
- metadata +3 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
data/autotvnzb.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{autotvnzb}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Pirate"]
|
12
|
-
s.date = %q{2009-11-
|
12
|
+
s.date = %q{2009-11-06}
|
13
13
|
s.default_executable = %q{bin/autotvnzb}
|
14
14
|
s.description = %q{Ruby tool to automatically download tv shows nzb from http://tvnzb.com/}
|
15
15
|
s.email = %q{pirate.2061@gmail.com}
|
@@ -32,6 +32,7 @@ Gem::Specification.new do |s|
|
|
32
32
|
"lib/sabnzbd.rb",
|
33
33
|
"lib/tvnzb.rb",
|
34
34
|
"lib/tvshow.rb",
|
35
|
+
"spec/autotvnzb_spec.rb",
|
35
36
|
"spec/spec.opts",
|
36
37
|
"spec/spec_helper.rb"
|
37
38
|
]
|
data/lib/tvnzb.rb
CHANGED
@@ -30,7 +30,7 @@ private
|
|
30
30
|
end
|
31
31
|
|
32
32
|
def self.tv_show_id(name)
|
33
|
-
h = {"Book of Daniel"=>"270", "Dancing With The Stars US"=>"304", "Cane"=>"453", "Threshold"=>"175", "Medium"=>"34", "The Shot"=>"481", "Saturday Night Live"=>"240", "Everybody Loves Raymond"=>"65", "WWE Pay Per Views"=>"360", "CSI
|
33
|
+
h = {"Book of Daniel"=>"270", "Dancing With The Stars US"=>"304", "Cane"=>"453", "Threshold"=>"175", "Medium"=>"34", "The Shot"=>"481", "Saturday Night Live"=>"240", "Everybody Loves Raymond"=>"65", "WWE Pay Per Views"=>"360", "CSI NY"=>"181", "On the Lot"=>"327", "The Universe"=>"342", "The Simpsons"=>"61", "Trailer Park Boys"=>"320", "Farscape"=>"290", "Scrubs"=>"39",
|
34
34
|
"Last Comic Standing"=>"377", "According to Jim"=>"73", "Family Guy"=>"106", "Samantha Who"=>"469", "The Princes Of Malibu"=>"138", "Stargate Atlantis"=>"93", "Army Wives"=>"332", "Standoff"=>"364", "Life is Wild"=>"473", "Pepper Dennis"=>"158", "Tru Calling"=>"60", "Days That Shook The World"=>"145", "The Surreal Life"=>"192", "Starved"=>"126", "The Girls Next Door"=>"572",
|
35
35
|
"Gastineau Girls"=>"284", "Extreme Makeover Home Edition"=>"241", "Two and a Half Men"=>"205", "Monkey Life"=>"413", "Doctor Who (2005)"=>"16", "The Mole"=>"515", "Yes Dear"=>"203", "The War At Home"=>"161", "The Border"=>"563", "Gary Unmarried"=>"550", "Numb3rs"=>"8", "Britannia High"=>"556", "Dollhouse"=>"575", "Roseanne"=>"354", "Revelations"=>"52", "Surviving Suburbia"=>"546",
|
36
36
|
"The Middleman"=>"514", "Grease Is The Word (ITV1 UK)"=>"311", "Pushing Daisies"=>"458", "Sophie"=>"494", "MacGyver"=>"359", "Survivor"=>"77", "Men in Trees"=>"478", "The Sopranos"=>"132", "Porn: A Family Business"=>"371", "Being Erica"=>"578", "Just Legal"=>"190", "Dilbert"=>"415", "Hells Kitchen (UK)"=>"599", "Man vs. Wild"=>"387", "Law & Order: SVU"=>"195", "Stacked"=>"53",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autotvnzb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pirate
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-11-
|
12
|
+
date: 2009-11-06 00:00:00 +01:00
|
13
13
|
default_executable: bin/autotvnzb
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -75,6 +75,7 @@ files:
|
|
75
75
|
- lib/sabnzbd.rb
|
76
76
|
- lib/tvnzb.rb
|
77
77
|
- lib/tvshow.rb
|
78
|
+
- spec/autotvnzb_spec.rb
|
78
79
|
- spec/spec.opts
|
79
80
|
- spec/spec_helper.rb
|
80
81
|
has_rdoc: true
|