Skip to content

Commit

Permalink
docs(README): update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Sep 10, 2022
1 parent 2403168 commit bcad12a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,17 @@ tdl version
# use proxy
tdl --proxy socks5://127.0.0.1:1080

# specify the account namespace
tdl -n my-tdl

# login your account
tdl login -n iyear --proxy socks5://127.0.0.1:1080

# download files in url mode, url is the message link
tdl dl -n iyear -u https://t.me/tdl/1 -u https://t.me/tdl/2 -m url
tdl dl url -n iyear -u https://t.me/tdl/1 -u https://t.me/tdl/2

# full examples in url mode
tdl dl -n iyear --proxy socks5://127.0.0.1:1080 -u https://t.me/tdl/1 -u https://t.me/tdl/2 -m url -s 262144 -t 16 -l 3
tdl dl url -n iyear --proxy socks5://127.0.0.1:1080 -u https://t.me/tdl/1 -u https://t.me/tdl/2 -s 262144 -t 16 -l 3
```

## Data
Expand Down

0 comments on commit bcad12a

Please sign in to comment.