Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0aub committed Aug 2, 2022
1 parent b370613 commit e79b9be
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,8 @@ TikTok videos bulk downloader with or without watermark by username.
General requirements
```
pip -q install pycryptodome pycryptodomex
pip -q install selenium webdriver_manager
```
Only for downloading posts without watermark:
<li> selenium version 2.48.0 because it support phantomjs browser
<li> phantomjs is required: https://bitbucket.org/ariya/phantomjs/downloads
<li> make sure you change the unzipped folder name to 'phantomjs'

The below steps worked fine with me
```
pip -q install selenium==2.48.0
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
tar xvjf phantomjs-2.1.1-linux-x86_64.tar.bz2
cp phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin
```


# usage
Script arguments
Expand Down

0 comments on commit e79b9be

Please sign in to comment.