lib/download_tv/grabbers/tpb.rb in download_tv-2.2.2 vs lib/download_tv/grabbers/tpb.rb in download_tv-2.3.0

- old
+ new

@@ -1,9 +1,9 @@ module DownloadTV ## # ThePirateBay grabber class ThePirateBay < LinkGrabber - def initialize(tpb_proxy = 'https://pirateproxy.cc') + def initialize(tpb_proxy = 'https://thepiratebay.cr') proxy = tpb_proxy.gsub(%r{/+$}, '') || 'https://thepiratebay.cr' super("#{proxy}/search/%s/0/7/0") end