Skip to content

Commit

Permalink
docs(README): support Chinese version
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Apr 22, 2023
1 parent 4b8581c commit df1b092
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# tdl

English | [简体中文](README_zh.md)

![](https://img.shields.io/github/go-mod/go-version/iyear/tdl?style=flat-square)
![](https://img.shields.io/github/license/iyear/tdl?style=flat-square)
![](https://img.shields.io/github/actions/workflow/status/iyear/tdl/master.yml?branch=master&style=flat-square)
![](https://img.shields.io/github/v/release/iyear/tdl?color=red&style=flat-square)
![](https://img.shields.io/github/downloads/iyear/tdl/total?style=flat-square)

📥 Telegram Downloader, but more than a downloader 🚀
📥 Telegram Downloader, but more than a downloader

## Contents
## TOC

* [Features](#features)
* [Preview](#preview)
Expand Down Expand Up @@ -413,15 +415,13 @@ tdl recover -f /path/to/backup.zip

### Chat Utilities

> Some useful utils
- List all your chats:

```shell
tdl chat ls
```

- Export minimal JSON for tdl download (NOT for backup):
- Export minimal JSON for `tdl` download (NOT for backup):

```shell
# will export all media files in the chat.
Expand Down Expand Up @@ -502,7 +502,7 @@ How to minimize the risk of blocking?

A: Check if you need to use a proxy (use `proxy` flag); Check if your system's local time is correct (use `ntp` flag or calibrate system time)

If that doesn't work, run again with `debug` flag. Then file a new issue and paste your log in the issue.
If that doesn't work, run again with `--debug` flag. Then file a new issue and paste your log in the issue.

**Q: Desktop client stop working after using tdl?**

Expand All @@ -512,7 +512,7 @@ You can try re-login with desktop client and **select YES for logout**, which wi

**Q: How to migrate session to another device?**

A: You can use the `tdl backup` and `tdl recover` commands to export and import sessions. See [Backup](#backup) for more details.
A: You can use the `tdl backup` and `tdl recover` commands to export and import sessions. See [Migration](#migration) for more details.

## FAQ

Expand All @@ -524,7 +524,7 @@ reach the account limit, this tool was developed to download files at the highes
**Q: Will this result in a ban?**

A: I am not sure. All operations do not involve dangerous actions such as actively sending messages to other people. But
it's safer to use an unused account for download and upload operations.
it's safer to use a long-term account.

## LICENSE

Expand Down
Loading

0 comments on commit df1b092

Please sign in to comment.