Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 524 Bytes

File metadata and controls

24 lines (20 loc) · 524 Bytes

FH-Downloader

A Ruby clone from https://github.com/git-commit/negnib-softq

Requires nokogiri To run this you need to create a config.yml file.
Example

modul_Name :
    url:  "http://www.test.com/index.html"
    user:   "user"
    password: "secret"
    destination: "/user/you/"
    css-Filter:  "div.downloads"
    fileType-Filter:
      - "pdf"
      - "class"
      - "zip"
      - "jar"
      - "zip"
      - "rar"
    relative_Path: false