X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fwebsites%2Fyikers.rb;h=4b13a023371d6ce94bd92c7fd1d7ed25ff4bc4ea;hb=e756e0b650774f2503702512ccdc02e86eee1788;hp=b602f3a7d5a64b8bb3a7454810a16654ea301bcc;hpb=1d43361a1d8c6fc3938a2438baa8d8348129b4fd;p=dead%2Fwhatever-dl.git diff --git a/src/websites/yikers.rb b/src/websites/yikers.rb index b602f3a..4b13a02 100644 --- a/src/websites/yikers.rb +++ b/src/websites/yikers.rb @@ -18,10 +18,6 @@ require 'src/website' -# Needed to download the page, which is in turn -# needed because it contains the video URL. -require 'net/http' - class Yikers < Website @@ -97,5 +93,6 @@ class Yikers < Website return response.body end + end