def main_divs
    divs = @page.search('.//tr[@data-key]')
    torrents = []
    divs.each do |div|
      torrent_file = Parser.torrent_url(div)