hail_hydra 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 9c6ed1698f46bb4598f4e91f5ebd335a5155d4fb
4
- data.tar.gz: 0c7335b17c730177f3c60dba65283d0573104969
2
+ SHA256:
3
+ metadata.gz: 04c83ffc08ca929f1f599298dab744399f0f3944394a2d5c9d4abb491d270acb
4
+ data.tar.gz: ae11202df9131ed6fb05af82a729f94e3c2c812e4c7969390aee58ef9000f98d
5
5
  SHA512:
6
- metadata.gz: 4da19eaf1f311576ec0fdca2ce7f2aab561882eb86ed811c6490deafdcbfea3ca3cb290b0fa6b7adddaaf244a35b33d6bfd729c2b128627d69bfa8b3e7a0188b
7
- data.tar.gz: b2c74fdb664b48f26225c73862e1d48c6cee44fa2f7236462a4b4aa9cdd830abc99af78603d5de325102db14d036048f12ce73c1e0ebb37912a091cfc5eff6a0
6
+ metadata.gz: 810794625e6ca4ca08f16406b840eebec75f2fc7ecdb217809509fbc85d48a2d7d4ae265086fdb21f3631d87523026105fd48cff17ec21e2c0861bf181cb8eb2
7
+ data.tar.gz: 9bd784f01de609a744d04bdc7e6ecb0e514c112f00aebd599394924dd71318b1ef2abb9793d12fc916018cfce39c44f9bd46194c5e8b37f32759de560afe9a38
data/.gitignore CHANGED
@@ -1,11 +1,11 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
-
10
- # rspec failure tracking
11
- .rspec_status
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec CHANGED
@@ -1,3 +1,3 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -1,74 +1,74 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at Gr3atWh173@users.noreply.github.com. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at Gr3atWh173@users.noreply.github.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
- source "https://rubygems.org"
2
-
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
-
5
- # Specify your gem's dependencies in hail_hydra.gemspec
6
- gemspec
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in hail_hydra.gemspec
6
+ gemspec
@@ -1,43 +1,48 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hail_hydra (0.1.0)
4
+ hail_hydra (0.2.3)
5
+ addressable
5
6
  httparty
6
- nokogiri
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- diff-lcs (1.3)
12
- httparty (0.16.2)
11
+ addressable (2.7.0)
12
+ public_suffix (>= 2.0.2, < 5.0)
13
+ diff-lcs (1.4.4)
14
+ httparty (0.18.0)
15
+ mime-types (~> 3.0)
13
16
  multi_xml (>= 0.5.2)
14
- mini_portile2 (2.3.0)
17
+ mime-types (3.3.1)
18
+ mime-types-data (~> 3.2015)
19
+ mime-types-data (3.2020.0425)
15
20
  multi_xml (0.6.0)
16
- nokogiri (1.8.4-x64-mingw32)
17
- mini_portile2 (~> 2.3.0)
18
- rake (10.5.0)
19
- rspec (3.7.0)
20
- rspec-core (~> 3.7.0)
21
- rspec-expectations (~> 3.7.0)
22
- rspec-mocks (~> 3.7.0)
23
- rspec-core (3.7.1)
24
- rspec-support (~> 3.7.0)
25
- rspec-expectations (3.7.0)
21
+ public_suffix (4.0.5)
22
+ rake (13.0.1)
23
+ rspec (3.9.0)
24
+ rspec-core (~> 3.9.0)
25
+ rspec-expectations (~> 3.9.0)
26
+ rspec-mocks (~> 3.9.0)
27
+ rspec-core (3.9.2)
28
+ rspec-support (~> 3.9.3)
29
+ rspec-expectations (3.9.2)
26
30
  diff-lcs (>= 1.2.0, < 2.0)
27
- rspec-support (~> 3.7.0)
28
- rspec-mocks (3.7.0)
31
+ rspec-support (~> 3.9.0)
32
+ rspec-mocks (3.9.1)
29
33
  diff-lcs (>= 1.2.0, < 2.0)
30
- rspec-support (~> 3.7.0)
31
- rspec-support (3.7.1)
34
+ rspec-support (~> 3.9.0)
35
+ rspec-support (3.9.3)
32
36
 
33
37
  PLATFORMS
38
+ ruby
34
39
  x64-mingw32
35
40
 
36
41
  DEPENDENCIES
37
- bundler (~> 1.16)
42
+ bundler (~> 2.1)
38
43
  hail_hydra!
39
- rake (~> 10.0)
40
- rspec (~> 3.0)
44
+ rake (~> 13.0)
45
+ rspec (~> 3.9)
41
46
 
42
47
  BUNDLED WITH
43
- 1.16.1
48
+ 2.1.4
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 Gr3atWh173
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Gr3atWh173
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,60 +1,54 @@
1
- # HailHydra
2
-
3
- <img src="logo.jpg"></img><brs>
4
-
5
- HailHydra is an unofficial pseudo-API for ThePirateBay.
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'hail_hydra'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install hail_hydra
22
-
23
- ## Usage
24
-
25
- From the command line:
26
- ```
27
- $ thepiratebay totallynotillegal
28
- ```
29
-
30
- From code
31
- ```ruby
32
- s = HailHydra::TPB.new("https://thepiratebay.org")
33
-
34
- res = s.search('totallynotillegal')
35
- res.each do |torrent|
36
- puts torrent.name + " " + torrent.url
37
- end
38
-
39
- ```
40
-
41
- ## Future releases
42
- 1. Scrape more info about the torrents
43
- 2. Add functionality to allow uploading torrents
44
- 3. Add user auth?
45
- 4. Add ability to comment
46
-
47
- ## Contributing
48
-
49
- Bug reports and pull requests are welcome on GitHub at https://github.com/Gr3atWh173/hail_hydra. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
50
-
51
- ## License
52
-
53
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
54
-
55
- ## Code of Conduct
56
-
57
- Everyone interacting in the HailHydra project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/Gr3atWh173/hail_hydra/blob/master/CODE_OF_CONDUCT.md).
58
-
59
- ## DISCLAIMER
60
- Neither this project or its author are related to ThePirateBay in any way.
1
+ # HailHydra
2
+
3
+ <img src="logo.jpg"></img><brs>
4
+
5
+ HailHydra is an unofficial pseudo-API for ThePirateBay.
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'hail_hydra'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install hail_hydra
22
+
23
+ ## Usage
24
+
25
+ From the command line:
26
+ ```
27
+ $ thepiratebay totallynotillegal
28
+ ```
29
+
30
+ From code
31
+ ```ruby
32
+ s = HailHydra::TPB.new("https://apibay.org")
33
+
34
+ res = s.search('totallynotillegal')
35
+ res.each do |torrent|
36
+ puts torrent.name + " " + torrent.size
37
+ end
38
+
39
+ ```
40
+
41
+ ## Contributing
42
+
43
+ Bug reports and pull requests are welcome on GitHub at https://github.com/Gr3atWh173/hail_hydra. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
44
+
45
+ ## License
46
+
47
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
48
+
49
+ ## Code of Conduct
50
+
51
+ Everyone interacting in the HailHydra project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/Gr3atWh173/hail_hydra/blob/master/CODE_OF_CONDUCT.md).
52
+
53
+ ## DISCLAIMER
54
+ Neither this project nor its author are related to ThePirateBay in any way.
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
- require "bundler/gem_tasks"
2
- require "rspec/core/rake_task"
3
-
4
- RSpec::Core::RakeTask.new(:spec)
5
-
6
- task :default => :spec
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -2,14 +2,13 @@
2
2
 
3
3
  require 'hail_hydra'
4
4
 
5
- domain = "https://thepiratebay.org"
5
+ domain = "https://apibay.org"
6
6
  search = ARGV[0]
7
- pages = 1
8
7
 
9
- HailHydra::TPB.new(domain).search(search, pages).each do |result|
8
+ HailHydra::TPB.new(domain).search(search).each do |result|
10
9
  puts ""
11
10
  puts "NAME: " + result.name
12
- puts "URL: " + result.url
11
+ puts "SIZE: " + result.size
13
12
  puts "SEEDERS: " + result.seeders
14
13
  puts "LEECHERS: " + result.leechers
15
14
  puts "MAGNET: " + result.magnet_link
@@ -1,29 +1,29 @@
1
-
2
- lib = File.expand_path("../lib", __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require "hail_hydra/version"
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "hail_hydra"
8
- spec.version = HailHydra::VERSION
9
- spec.authors = ["Gr3atWh173"]
10
- spec.email = ["Gr3atWh173@users.noreply.github.com"]
11
-
12
- spec.summary = %q{Unofficial pseudo-API for ThePirateBay}
13
- spec.homepage = "https://github.com/Gr3atWh173/hail_hydra"
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
- f.match(%r{^(test|spec|features)/})
18
- end
19
- spec.bindir = "bin"
20
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
21
- spec.require_paths = ["lib"]
22
-
23
- spec.add_development_dependency "bundler", "~> 1.16"
24
- spec.add_development_dependency "rake", "~> 10.0"
25
- spec.add_development_dependency "rspec", "~> 3.0"
26
-
27
- spec.add_dependency "nokogiri"
28
- spec.add_dependency "httparty"
29
- end
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "hail_hydra/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "hail_hydra"
8
+ spec.version = HailHydra::VERSION
9
+ spec.authors = ["Gr3atWh173"]
10
+ spec.email = ["Gr3atWh173@users.noreply.github.com"]
11
+
12
+ spec.summary = %q{Unofficial pseudo-API for ThePirateBay}
13
+ spec.homepage = "https://github.com/Gr3atWh173/hail_hydra"
14
+ spec.license = "MIT"
15
+
16
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
+ f.match(%r{^(test|spec|features)/})
18
+ end
19
+ spec.bindir = "bin"
20
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
21
+ spec.require_paths = ["lib"]
22
+
23
+ spec.add_development_dependency "bundler", "~> 2.1"
24
+ spec.add_development_dependency "rake", "~> 13.0"
25
+ spec.add_development_dependency "rspec", "~> 3.9"
26
+
27
+ spec.add_dependency "addressable"
28
+ spec.add_dependency "httparty"
29
+ end
@@ -1,69 +1,74 @@
1
1
  require "httparty"
2
- require "nokogiri"
2
+ require "json"
3
+ require "addressable/uri"
4
+ require "cgi"
3
5
  require_relative "torrent.rb"
4
6
 
5
7
  module HailHydra
6
8
  # The TPB class provides the main client to connect to and scrape the
7
- # results. This may be broken into a 'client' and 'parser' in the future.
9
+ # results.
8
10
  class TPB
9
11
  # remember the domain name and get the cookie to use from the TPB server
10
- def initialize(domain_name)
11
- @domain = domain_name
12
- @headers = get_query_headers
12
+ def initialize domain="https://apibay.org"
13
+ @domain = domain
13
14
  end
14
15
 
15
16
  # search torrents
16
- def search(query, pages=1, orderby=99)
17
- get = make_search_request(query, pages, orderby)
17
+ def search query
18
+ get = make_search_request query
18
19
  raise "Invalid response: #{get.response.code}" unless get.response.code == "200"
19
- return parse_search_results(get.response.body)
20
+ return parse_search_results JSON.parse(get.response.body)
20
21
  end
21
22
 
22
23
  private
23
24
 
24
- def parse_search_results(html_text)
25
- nodes = Nokogiri::HTML(html_text)
26
- cells = []
27
- table = nodes.search('table')
28
- #require 'pry'
29
- #binding.pry
30
- table.search('tr').each do |tr|
31
- cells.push(tr.search('th, td'))
32
- end
25
+ def parse_search_results json_results
33
26
  torrents = []
34
- 1.upto cells.length-1 do |i|
35
- torrent = HailHydra::Torrent.new()
36
-
37
- torrent.name = cells[i][1].children[1].children[1].children[0].content
38
- torrent.url = @domain + cells[i][1].children[1].children[1].attributes["href"].value
39
- torrent.magnet_link = cells[i][1].children[3].attributes["href"].value
40
- torrent.seeders = cells[i][2].children[0].content
41
- torrent.leechers = cells[i][3].children[0].content
42
-
27
+ json_results.each do |result|
28
+ torrent = HailHydra::Torrent.new
29
+ torrent.name = result["name"]
30
+ torrent.seeders = result["seeders"]
31
+ torrent.leechers = result["leechers"]
32
+ torrent.uploaded_by = result["username"]
33
+ torrent.uploaded_at = Time.at(result["added"].to_i).to_s
34
+ torrent.size = make_size(result["size"].to_i)
35
+ torrent.magnet_link = make_magnet_link(result["info_hash"], result["name"])
43
36
  torrents.push torrent
44
37
  end
45
38
  return torrents
46
39
  end
47
40
 
48
- def make_search_request(query, pages, orderby)
49
- query = {
50
- "q" => query,
51
- "page" => 0.to_s,
52
- "orderby" => orderby.to_s
53
- }
41
+ private
42
+
43
+ def make_magnet_link info_hash, name
44
+ # used CGI.escape because URI.encode now throws a warning and Addressable doesn't seem to
45
+ # support not-URL strings
46
+ return "magnet:?xt=urn:btih:#{info_hash}&dn=#{CGI.escape(name)}#{trackers}"
47
+ end
48
+
49
+ def trackers
50
+ tr = '&tr=' + Addressable::URI.encode('udp://tracker.coppersurfer.tk:6969/announce')
51
+ tr += '&tr=' + Addressable::URI.encode('udp://9.rarbg.to:2920/announce')
52
+ tr += '&tr=' + Addressable::URI.encode('udp://tracker.opentrackr.org:1337')
53
+ tr += '&tr=' + Addressable::URI.encode('udp://tracker.internetwarriors.net:1337/announce')
54
+ tr += '&tr=' + Addressable::URI.encode('udp://tracker.leechers-paradise.org:6969/announce')
55
+ tr += '&tr=' + Addressable::URI.encode('udp://tracker.coppersurfer.tk:6969/announce')
56
+ tr += '&tr=' + Addressable::URI.encode('udp://tracker.pirateparty.gr:6969/announce')
57
+ tr += '&tr=' + Addressable::URI.encode('udp://tracker.cyberia.is:6969/announce')
58
+ return tr
59
+ end
54
60
 
55
- # not sure why HTTParty doesn't do this already
56
- encoded_uri = URI.encode(@domain+"/search/" + query["q"] + "/0/" + query["orderby"] + "/0")
57
- HTTParty.get(encoded_uri, headers: @headers)
61
+ def make_size size
62
+ return ((size / 1125899906842624).round(3)).to_s + "PiB" if size >= 1125899906842624
63
+ return ((size / 1099511627776).round(3)).to_s + "TiB" if size >= 1099511627776
64
+ return ((size / 1073741824).round(3)).to_s + "GiB" if size >= 1073741824
65
+ return ((size / 1048576).round(3)).to_s + "MiB" if size >= 1048576
66
+ return ((size / 1024).round(3)).to_s + "KiB" if size >= 1024
58
67
  end
59
68
 
60
- def get_query_headers()
61
- cookie = HTTParty.get(@domain).response['set-cookie']
62
- return {
63
- 'User-Agent' => 'Mozilla/5.0 (Windows 10; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0',
64
- 'Referer' => @domain,
65
- 'Cookie' => cookie
66
- }
69
+ def make_search_request query
70
+ encoded_uri = Addressable::URI.encode(@domain + "/q.php?q=" + query)
71
+ HTTParty.get encoded_uri
67
72
  end
68
73
  end
69
- end
74
+ end
@@ -1,7 +1,7 @@
1
- require_relative "./hail_hydra/version.rb"
2
- require_relative "client.rb"
3
-
4
- # HailHydra is a pseudo-API for ThePirateBay which works
5
- # by scraping the HTML pages served by ThePirateBay
6
- module HailHydra
7
- end
1
+ require_relative "./hail_hydra/version.rb"
2
+ require_relative "client.rb"
3
+
4
+ # HailHydra is a pseudo-API for ThePirateBay which works
5
+ # by scraping the HTML pages served by ThePirateBay
6
+ module HailHydra
7
+ end
@@ -1,3 +1,3 @@
1
- module HailHydra
2
- VERSION = "0.1.0"
3
- end
1
+ module HailHydra
2
+ VERSION = "1.0.0"
3
+ end
@@ -7,6 +7,7 @@ module HailHydra
7
7
  attr_accessor :uploaded_at
8
8
  attr_accessor :uploaded_by
9
9
  attr_accessor :magnet_link
10
+ attr_accessor :size
10
11
 
11
12
  def initialize(args={})
12
13
  self.name = args[:name]
@@ -15,6 +16,7 @@ module HailHydra
15
16
  self.leechers = args[:leechers]
16
17
  self.uploaded_at = args[:uploaded_at]
17
18
  self.uploaded_by = args[:uploaded_by]
19
+ self.size = args[:size]
18
20
  self.magnet_link = args[:magnet_link]
19
21
  end
20
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hail_hydra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gr3atWh173
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-30 00:00:00.000000000 Z
11
+ date: 2020-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,44 +16,44 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.16'
19
+ version: '2.1'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.16'
26
+ version: '2.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '13.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '13.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '3.0'
47
+ version: '3.9'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '3.0'
54
+ version: '3.9'
55
55
  - !ruby/object:Gem::Dependency
56
- name: nokogiri
56
+ name: addressable
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
@@ -124,8 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  requirements: []
127
- rubyforge_project:
128
- rubygems_version: 2.6.14.1
127
+ rubygems_version: 3.1.2
129
128
  signing_key:
130
129
  specification_version: 4
131
130
  summary: Unofficial pseudo-API for ThePirateBay