Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
fix #29
  • Loading branch information
darkman97i committed Feb 5, 2022
1 parent 0e4b645 commit 7003da6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Torrent web parser
Utility to get torrent download links from the web without advertisements:
* https://atomixhq.net/
* https://atomixhq.art

## Prerequisites
* Install Java jdk 1.8
Expand All @@ -12,9 +12,9 @@ Utility to get torrent download links from the web without advertisements:
```
mkdir /utils
cd /utils
wget https://github.com/darkman97i/torrent-web-parser/releases/download/v.1.3/torrent-web-parser-1.3.zip
unzip torrent-web-parser-1.3.zip
java -jar torrent-web-parser -g /utils/torrent-web-parser-1.3/geckodriver -d /utils/torrent-web-parser-1.3 -f mar,navidad
wget https://github.com/darkman97i/torrent-web-parser/releases/download/v.1.4/torrent-web-parser-1.4.zip
unzip torrent-web-parser-1.4.zip
java -jar torrent-web-parser -g /utils/torrent-web-parser-1.4/geckodriver -d /utils/torrent-web-parser-1.4 -f universe,dry
```

### Parameters
Expand All @@ -34,3 +34,5 @@ java -jar torrent-web-parser -g /utils/torrent-web-parser-1.3/geckodriver -d /ut
* [Proxy sample with selenium](https://www.swtestacademy.com/browsermob-proxy-selenium-java/)
* [browsermob-proxy](https://github.com/lightbody/browsermob-proxy)
* [Modify request header in selenium](https://sqa.stackexchange.com/questions/37227/how-to-modify-http-request-header-in-selenium-webdriver-with-java)
* [Java regular expressions](https://www.vogella.com/tutorials/JavaRegularExpressions/article.html)
* [Execute javascript with selenium](https://www.guru99.com/execute-javascript-selenium-webdriver.html)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>info.llort</groupId>
<artifactId>torrent-web-parser</artifactId>
<version>1.3</version>
<version>1.4</version>
<name>Torrent web parser</name>

<developers>
Expand Down

0 comments on commit 7003da6

Please sign in to comment.