X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwebsites%2Fyouporn.rb;h=2c453dd4bef4895bedafe2a0def3c29f8daad717;hb=8e886df259246365023322b78f58e4037cb536a4;hp=3e98e9bbabfb4c400daaaa203acb9d94be692c12;hpb=34e42ad8644d4f25b2dc3734abf7407055e9992c;p=dead%2Fwhatever-dl.git diff --git a/src/websites/youporn.rb b/src/websites/youporn.rb index 3e98e9b..2c453dd 100644 --- a/src/websites/youporn.rb +++ b/src/websites/youporn.rb @@ -66,6 +66,7 @@ class Youporn < Website def get_headers() headers = { 'Referer' => @url, 'Content-Type' => 'application/x-www-form-urlencoded' } + return headers end