docs: Added README."zh-TW".md translation via https://github.com/dephraiim/translate-readme
This commit is contained in:
parent
81b789544c
commit
665fd15306
1 changed files with 2 additions and 1 deletions
|
|
@ -52,6 +52,7 @@
|
||||||
- 支持海外TikTok視頻解析
|
- 支持海外TikTok視頻解析
|
||||||
- 支持批量解析(支持抖音/TikTok混合解析)
|
- 支持批量解析(支持抖音/TikTok混合解析)
|
||||||
- 解析結果頁批量下載無水印視頻
|
- 解析結果頁批量下載無水印視頻
|
||||||
|
- 製作[pip包](https://pypi.org/project/DT-Scraper/)方便使用
|
||||||
- 支持API調用
|
- 支持API調用
|
||||||
- 支持使用代理解析
|
- 支持使用代理解析
|
||||||
- 支持[iOS快捷指令](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)實現應用內下載無水印視頻/圖集
|
- 支持[iOS快捷指令](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)實現應用內下載無水印視頻/圖集
|
||||||
|
|
@ -115,7 +116,7 @@ from DT_scraper.scraper import Scraper
|
||||||
api = Scraper()
|
api = Scraper()
|
||||||
|
|
||||||
# 解析Douyin视频/图集
|
# 解析Douyin视频/图集
|
||||||
douyin_data = api.douyin(input('Douyin video URL:'))
|
douyin_data = api.douyin(input('抖音视频链接:'))
|
||||||
# 返回字典
|
# 返回字典
|
||||||
print(douyin_data)
|
print(douyin_data)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue