docs: Added README."zh-TW".md translation via https://github.com/dephraiim/translate-readme
This commit is contained in:
parent
6547d6c662
commit
74356fe628
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ tiktok_data = api.tiktok(input('TikTok video URL:'))
|
||||||
print(tiktok_data)
|
print(tiktok_data)
|
||||||
|
|
||||||
# 使用代理进行解析(Parse using a proxy)
|
# 使用代理进行解析(Parse using a proxy)
|
||||||
api.tiktok(input('TikTok video URL:'), proxies = {'all': 127.0.0.1:2333})
|
api.tiktok(input('TikTok video URL:'), proxies = {"all": "127.0.0.1:2333"})
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue