Method: OpenLoad#download_link
- Defined in:
- lib/openload.rb
#download_link(file, ticket, captcha_response = nil) ⇒ Object
Get the download link from a ticket
27 28 29 |
# File 'lib/openload.rb', line 27 def download_link(file, ticket, captcha_response = nil) get_a_request_and_return_in_a_struct("/file/dl?file=#{file}&ticket=#{ticket}#{http_parameter('captcha_response', captcha_response)}") end |