Skip to content

darkman97i/torrent-web-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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