X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fwebsites%2Fyouporn.rb;h=3e98e9bbabfb4c400daaaa203acb9d94be692c12;hb=e756e0b650774f2503702512ccdc02e86eee1788;hp=07d7ca022cadeda6f5c5403cfbea96801c2e453e;hpb=83e06f83d8274cb32a406739839d56e759664b09;p=dead%2Fwhatever-dl.git diff --git a/src/websites/youporn.rb b/src/websites/youporn.rb index 07d7ca0..3e98e9b 100644 --- a/src/websites/youporn.rb +++ b/src/websites/youporn.rb @@ -18,11 +18,6 @@ require 'src/website' -# Needed to download the page, which is in turn -# needed because it contains the video URL. -require 'net/http' -require 'uri' - class Youporn < Website