Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.69 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.69 KB

Torrent web parser

Utility to get torrent download links from the web without advertisements:

Prerequisites

  • Install Java jdk 1.8

Installation

Usage

mkdir /utils
cd /utils
wget https://github.com/darkman97i/torrent-web-parser/releases/download/v.1.5/torrent-web-parser-1.5.zip
unzip torrent-web-parser-1.5.zip
java -jar torrent-web-parser -g /utils/torrent-web-parser-1.5/geckodriver -d /utils/torrent-web-parser-1.5 -f universe,dry

Parameters

 -d,--dstPath <arg>           Download File system path
 -f,--filters <arg>           URL filter values separated by comma
 -g,--geckoDriverPath <arg>   Gecko driver path
 -h,--help                    Show help message
 -t,--timeout <arg>           Download file timeout
 -u,--url <arg>               Web URL

Additional information