class TTWatcher::Sites::Unionpeer

Public Instance Methods

find_torrent(name) click to toggle source
# File sources/ttwatcher/sites/unionpeer.rb, line 7
def find_torrent(name) # no-doc
  super name, { url: { query_params: { 'nm' => name } } }
end

Private Instance Methods

search_url(name = nil) click to toggle source
# File sources/ttwatcher/sites/unionpeer.rb, line 13
def search_url(name = nil) # no-doc
  domain_name + '/tracker.php'
end